fix compile errors by forcing bash to be used as a shell in all submake processes
SVN-Revision: 22726
This commit is contained in:
parent
0f64b1d870
commit
b3c871375b
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#
|
||||
|
||||
RELEASE:=Kamikaze
|
||||
export SHELL:=/usr/bin/env bash
|
||||
PREP_MK= OPENWRT_BUILD= QUIET=0
|
||||
|
||||
include $(TOPDIR)/include/verbose.mk
|
||||
|
|
1
rules.mk
1
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue