svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Tue May 9 11:29:57 UTC 2006


Author: aldot
Date: 2006-05-09 04:29:56 -0700 (Tue, 09 May 2006)
New Revision: 15042

Log:
- fix bug in make help introduced by landley in r15022:

Development:
  bloatcheck             - show size difference between busybox_unstripped
  /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
  /bin/sh: -c: line 1: syntax error: unexpected end of file
  make[1]: *** [help] Error 2
  make: *** [help] Error 2



Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-05-09 03:53:55 UTC (rev 15041)
+++ trunk/busybox/Makefile	2006-05-09 11:29:56 UTC (rev 15042)
@@ -133,7 +133,7 @@
 	@echo
 	@echo 'Development:'
 	@echo '  bloatcheck             - show size difference between busybox_unstripped'
-	@echo '                           and busybox_old
+	@echo '                           and busybox_old'
 	@echo '  check			- run the test suite for all applets'
 	@echo '  checkhelp		- check for missing help-entries in Config.in'
 	@echo '  randconfig		- generate a random configuration'




More information about the busybox-cvs mailing list