projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38f52e
)
Set bash as default make shell.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Nov 2007 17:55:20 +0000
(17:55 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Nov 2007 17:55:20 +0000
(17:55 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1003
38d2e660
-2303-0410-9eaa-
f027e97ec537
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index a74ae4baf75aafaef629b027ffb90fc25e2b7147..1289740f2471f30d4b225310cd8b4b88bed0be65 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-24,6
+24,9
@@
Q := @
L := @echo
endif
+# Select Bourne Again SHell as default make shell
+SHELL := bash
+
# Checker build
ifeq ($(C),1)
CC = $(CHECKER)