Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-09 15:29:56 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-09 15:29:56 +0400
commit2431830018a3cb789af0793647d7ba3db31d72f2 (patch)
tree3b9d39ce2b7156c85fe334b959c0931aa22711ab /Makefile
parente3f5a3fd82bcdc2ecef034d6e45863d5e4b92770 (diff)
- 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f5094a6e..95fb3b5c5 100644
--- 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'