changeset 1766:190ecf70fbe5 draft

Fix an obvious typo in Makefile.
author Elliott Hughes <enh@google.com>
date Sat, 28 Mar 2015 13:13:42 -0500
parents 6699b1bbb791
children 12fa15de1cd4
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Mar 28 02:53:08 2015 -0500
+++ b/Makefile	Sat Mar 28 13:13:42 2015 -0500
@@ -62,7 +62,7 @@
 help::
 	@echo  '  toybox          - Build toybox.'
 	@echo  '  change          - Build each command standalone under change/.'
-	@echo  '  baseline        - Create busybox_old for use by bloatcheck.'
+	@echo  '  baseline        - Create toybox_old for use by bloatcheck.'
 	@echo  '  bloatcheck      - Report size differences between old and current versions'
 	@echo  '  test            - Run test suite against compiled commands.'
 	@echo  '  clean           - Delete temporary files.'