- fix bug in make help introduced by landley in r15022:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 9 May 2006 11:29:56 +0000 (11:29 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 9 May 2006 11:29:56 +0000 (11:29 -0000)
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

Makefile

index 8f5094a6eea0cc6b0454f2ca89b20d6ace39b659..95fb3b5c5484292620496d10513cd0082fb93cfb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ help:
        @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'