projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d8e31
)
set default shell to bash
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Oct 2005 13:32:59 +0000
(13:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Oct 2005 13:32:59 +0000
(13:32 +0000)
SVN-Revision: 2183
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index 57544ee5bf536469808a0aeca07172c5b3f006c7..2759941e2f7db5c876741a554b79bbacec9798c6 100644
(file)
--- a/
openwrt/rules.mk
+++ b/
openwrt/rules.mk
@@
-1,4
+1,7
@@
include $(TOPDIR)/.config
+SHELL=/bin/bash
+export SHELL
+
MAKE1=make
MAKEFLAGS=-j$(BR2_JLEVEL)