projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee6943
)
Yet more 'make allyesconfig' adjustments
author
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Apr 2004 11:51:45 +0000
(11:51 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Apr 2004 11:51:45 +0000
(11:51 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d5b23e7aec6b35534b757581f720b5d104a3b5a0..99c1ced0932f33e2fa3d1d090d93d3cab3d2c53b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-197,6
+197,8
@@
allyesconfig: scripts/config/conf
@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config
+ sed -i -e "s/^CONFIG_STATIC.*/# CONFIG_STATIC is not set/" .config
+ sed -i -e "s/^CONFIG_SELINUX.*/# CONFIG_SELINUX is not set/" .config
@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
allnoconfig: scripts/config/conf