diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-09 11:29:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-09 11:29:56 +0000 |
commit | 2431830018a3cb789af0793647d7ba3db31d72f2 (patch) | |
tree | 3b9d39ce2b7156c85fe334b959c0931aa22711ab | |
parent | e3f5a3fd82bcdc2ecef034d6e45863d5e4b92770 (diff) | |
download | busybox-w32-2431830018a3cb789af0793647d7ba3db31d72f2.tar.gz busybox-w32-2431830018a3cb789af0793647d7ba3db31d72f2.tar.bz2 busybox-w32-2431830018a3cb789af0793647d7ba3db31d72f2.zip |
- 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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ help: | |||
133 | @echo | 133 | @echo |
134 | @echo 'Development:' | 134 | @echo 'Development:' |
135 | @echo ' bloatcheck - show size difference between busybox_unstripped' | 135 | @echo ' bloatcheck - show size difference between busybox_unstripped' |
136 | @echo ' and busybox_old | 136 | @echo ' and busybox_old' |
137 | @echo ' check - run the test suite for all applets' | 137 | @echo ' check - run the test suite for all applets' |
138 | @echo ' checkhelp - check for missing help-entries in Config.in' | 138 | @echo ' checkhelp - check for missing help-entries in Config.in' |
139 | @echo ' randconfig - generate a random configuration' | 139 | @echo ' randconfig - generate a random configuration' |