aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-24 18:15:20 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-24 18:15:20 +0000
commit47be528580c44ceabc0d2b240626b8235d745660 (patch)
treedf237c7aaaaf2a93ca482eda5d95a8a4607c122f /Makefile
parente2cdfe58091ec35da25b25ed2d82f3ddc6bba81e (diff)
downloadbusybox-w32-47be528580c44ceabc0d2b240626b8235d745660.tar.gz
busybox-w32-47be528580c44ceabc0d2b240626b8235d745660.tar.bz2
busybox-w32-47be528580c44ceabc0d2b240626b8235d745660.zip
- Turn off combine for allyesconfig and allbareconfig.
The user ought to explicitely request this. git-svn-id: svn://busybox.net/trunk/busybox@13566 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a354fc0df..2858cc653 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,7 @@ randconfig: scripts/config/conf
184 184
185allyesconfig: scripts/config/conf 185allyesconfig: scripts/config/conf
186 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 186 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
187 sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX|CONFIG_FEATURE_DEVFS).*/# \1 is not set/" .config 187 sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX|CONFIG_FEATURE_DEVFS|BUILD_AT_ONCE).*/# \1 is not set/" .config
188 echo "CONFIG_FEATURE_SHARED_BUSYBOX=y" >> .config 188 echo "CONFIG_FEATURE_SHARED_BUSYBOX=y" >> .config
189 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 189 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)
190 190
@@ -196,7 +196,7 @@ defconfig: scripts/config/conf
196 196
197allbareconfig: scripts/config/conf 197allbareconfig: scripts/config/conf
198 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 198 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
199 @sed -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE)).*/# \1 is not set/" .config 199 @sed -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE|BUILD_AT_ONCE)).*/# \1 is not set/" .config
200 @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config 200 @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config
201 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config 201 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config
202 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 202 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)