aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e65be73a..da02411bc 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ allbareconfig: scripts/config/conf
205 @$(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 205 @$(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
206 @$(SED) -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config 206 @$(SED) -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config
207 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config 207 @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config
208 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 208 @yes n | ./scripts/config/conf -o $(CONFIG_CONFIG_IN)
209 209
210else # ifneq ($(strip $(HAVE_DOT_CONFIG)),y) 210else # ifneq ($(strip $(HAVE_DOT_CONFIG)),y)
211 211