diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-04 20:10:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-04 20:10:51 +0000 |
commit | 9cd30d30a0d7340524ba8223dc9d4088eb93a1d6 (patch) | |
tree | 4795e4117db0b0f127735674bfb09e7b3ba5045a /Makefile.help | |
parent | 83c44229d24b1e09c772c8e8e0ee4abad78139a6 (diff) | |
download | busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.tar.gz busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.tar.bz2 busybox-w32-9cd30d30a0d7340524ba8223dc9d4088eb93a1d6.zip |
Makefile.help: removing allbareconfig target from help
applet_tables: fix allnoconfig
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index 513c10c4e..f95740365 100644 --- a/Makefile.help +++ b/Makefile.help | |||
@@ -16,7 +16,6 @@ help: | |||
16 | @echo 'Configuration:' | 16 | @echo 'Configuration:' |
17 | @echo ' allnoconfig - disable all symbols in .config' | 17 | @echo ' allnoconfig - disable all symbols in .config' |
18 | @echo ' allyesconfig - enable all symbols in .config (see defconfig)' | 18 | @echo ' allyesconfig - enable all symbols in .config (see defconfig)' |
19 | @echo ' allbareconfig - enable all applets without any sub-features' | ||
20 | @echo ' config - text based configurator (of last resort)' | 19 | @echo ' config - text based configurator (of last resort)' |
21 | @echo ' defconfig - set .config to largest generic configuration' | 20 | @echo ' defconfig - set .config to largest generic configuration' |
22 | @echo ' menuconfig - interactive curses-based configurator' | 21 | @echo ' menuconfig - interactive curses-based configurator' |