From: Florian Fainelli Date: Mon, 13 Aug 2007 16:26:58 +0000 (+0000) Subject: Fix the stage2 compilation, no side effect with gcc4 (#2190) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=0143069883570a16f11542d0a7bb463aa3573f96 Fix the stage2 compilation, no side effect with gcc4 (#2190) SVN-Revision: 8409 --- diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index cd18098e9f..bae9220f0c 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -93,9 +93,7 @@ define Stage2/Configure endef define Stage2/Compile - $(MAKE) -C $(BUILD_DIR2) \ - SHELL="$(BASH)" \ - all + export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all endef define Stage2/Install