]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
Use bash for default GNU Make shell application
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 12 Nov 2008 18:33:20 +0000 (12:33 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 8 Dec 2008 22:11:15 +0000 (23:11 +0100)
commitcf7a7b99794bac936899819b95539be1dbd71708
tree132ea675ba3c490b5014dd6bef7389010f77fc88
parent4b530018764934ad5689196e9aa5714a6f4d1a6c
Use bash for default GNU Make shell application

Some Make script commands rely on bash-specific features like brace
expansion, so default to bash for the SHELL variable with a fallback
to the standard sh shell

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Makefile