mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
Makefile.help: removing allbareconfig target from help
applet_tables: fix allnoconfig
This commit is contained in:
parent
83c44229d2
commit
9cd30d30a0
@ -16,7 +16,6 @@ help:
|
|||||||
@echo 'Configuration:'
|
@echo 'Configuration:'
|
||||||
@echo ' allnoconfig - disable all symbols in .config'
|
@echo ' allnoconfig - disable all symbols in .config'
|
||||||
@echo ' allyesconfig - enable all symbols in .config (see defconfig)'
|
@echo ' allyesconfig - enable all symbols in .config (see defconfig)'
|
||||||
@echo ' allbareconfig - enable all applets without any sub-features'
|
|
||||||
@echo ' config - text based configurator (of last resort)'
|
@echo ' config - text based configurator (of last resort)'
|
||||||
@echo ' defconfig - set .config to largest generic configuration'
|
@echo ' defconfig - set .config to largest generic configuration'
|
||||||
@echo ' menuconfig - interactive curses-based configurator'
|
@echo ' menuconfig - interactive curses-based configurator'
|
||||||
|
@ -71,7 +71,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
puts("/* This is a generated file, don't edit */");
|
puts("/* This is a generated file, don't edit */");
|
||||||
|
|
||||||
puts("const char applet_names[] ALIGN1 =");
|
puts("const char applet_names[] ALIGN1 = \"\" \n");
|
||||||
for (i = 0; i < NUM_APPLETS; i++) {
|
for (i = 0; i < NUM_APPLETS; i++) {
|
||||||
printf("\"%s\" \"\\0\"\n", applets[i].name);
|
printf("\"%s\" \"\\0\"\n", applets[i].name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user