mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
make.sh: Cleanup of polluted environment
The build environment is using a number of variables which occasionally conflicted with some other build systems. This patch cleans that up by renaming some variables and later unexporting them in the lfs files. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
# gcc-4.9.3 produce a corrupted version of memtest
|
||||
# we use the precomp version at the moment
|
||||
|
||||
#ifeq "$(MACHINE)" "i586"
|
||||
#ifeq "$(BUILD_ARCH)" "i586"
|
||||
# # Enable SMP as default
|
||||
# cd $(DIR_APP) && sed -i -e "s|CONSERVATIVE_SMP 1|CONSERVATIVE_SMP 0|g" config.h
|
||||
# cd $(DIR_APP) && sed -i -e "s|scp |echo |g" Makefile
|
||||
|
||||
Reference in New Issue
Block a user