projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0962719
)
fix compile errors by forcing bash to be used as a shell in all submake processes
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 13:32:47 +0000
(13:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 13:32:47 +0000
(13:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22726
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/toplevel.mk
patch
|
blob
|
history
rules.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index
53c5f47
..
1b72f54
100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-7,7
+7,6
@@
#
RELEASE:=Kamikaze
-export SHELL:=/usr/bin/env bash
PREP_MK= OPENWRT_BUILD= QUIET=0
include $(TOPDIR)/include/verbose.mk
diff --git
a/rules.mk
b/rules.mk
index
da4728b
..
7b5bd2c
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-36,6
+36,7
@@
TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION))
TARGET_SUFFIX=$(call qstrip,$(CONFIG_TARGET_SUFFIX))
BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX))
SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR})
+export SHELL:=/usr/bin/env bash
OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH))