aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-30 18:56:29 +0000
committerRob Landley <rob@landley.net>2006-07-30 18:56:29 +0000
commit91dc086d63e5ce5a52034a080a672314daf12fee (patch)
treef371fa3b40fc10066e69ff1d14127cb213471719 /Makefile
parent446129adaed302eb499fb2a1e55b5d72ece98386 (diff)
downloadbusybox-91dc086d63e5ce5a52034a080a672314daf12fee.tar.gz
Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a705bac32..b79bfa18b 100644
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,7 @@ allnoconfig: scripts/config/conf
defconfig: scripts/config/conf
@./scripts/config/conf -y $(CONFIG_CONFIG_IN) > /dev/null
- @$(SED) -i -r -e "s/^(CONFIG_(DEBUG.*|STATIC|SELINUX|BUILD_(AT_ONCE|LIBBUSYBOX)|FEATURE_(DEVFS|FULL_LIBBUSYBOX|SHARED_BUSYBOX|MTAB_SUPPORT|CLEAN_UP|UDHCP_DEBUG)|INSTALL_NO_USR))=.*/# \1 is not set/" .config
+ @$(SED) -i -r -e "s/^(CONFIG_(DEBUG.*|STATIC|SELINUX|NITPICK|BUILD_(AT_ONCE|LIBBUSYBOX)|FEATURE_(DEVFS|FULL_LIBBUSYBOX|SHARED_BUSYBOX|MTAB_SUPPORT|CLEAN_UP|UDHCP_DEBUG)|INSTALL_NO_USR))=.*/# \1 is not set/" .config
@./scripts/config/conf -o $(CONFIG_CONFIG_IN) > /dev/null