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:
5f126c4
)
set default shell to bash
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Oct 2005 13:30:54 +0000
(13:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 19 Oct 2005 13:30:54 +0000
(13:30 +0000)
SVN-Revision: 2182
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index e69654e0e164073d7d3392f2ac3a437869e94922..ec59ed0be282f522bc28042becc16d040054170c 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)