svn commit: trunk/busybox: applets
vda at busybox.net
vda at busybox.net
Fri Jan 4 12:10:52 PST 2008
Author: vda
Date: 2008-01-04 12:10:51 -0800 (Fri, 04 Jan 2008)
New Revision: 20709
Log:
Makefile.help: removing allbareconfig target from help
applet_tables: fix allnoconfig
Modified:
trunk/busybox/Makefile.help
trunk/busybox/applets/applet_tables.c
Changeset:
Modified: trunk/busybox/Makefile.help
===================================================================
--- trunk/busybox/Makefile.help 2008-01-04 20:07:31 UTC (rev 20708)
+++ trunk/busybox/Makefile.help 2008-01-04 20:10:51 UTC (rev 20709)
@@ -16,7 +16,6 @@
@echo 'Configuration:'
@echo ' allnoconfig - disable all symbols in .config'
@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 ' defconfig - set .config to largest generic configuration'
@echo ' menuconfig - interactive curses-based configurator'
Modified: trunk/busybox/applets/applet_tables.c
===================================================================
--- trunk/busybox/applets/applet_tables.c 2008-01-04 20:07:31 UTC (rev 20708)
+++ trunk/busybox/applets/applet_tables.c 2008-01-04 20:10:51 UTC (rev 20709)
@@ -71,7 +71,7 @@
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++) {
printf("\"%s\" \"\\0\"\n", applets[i].name);
}
More information about the busybox-cvs
mailing list