comparison Makefile @ 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 a5901bfefda5
children
comparison
equal deleted inserted replaced
1765:6699b1bbb791 1766:190ecf70fbe5
60 scripts/test.sh 60 scripts/test.sh
61 61
62 help:: 62 help::
63 @echo ' toybox - Build toybox.' 63 @echo ' toybox - Build toybox.'
64 @echo ' change - Build each command standalone under change/.' 64 @echo ' change - Build each command standalone under change/.'
65 @echo ' baseline - Create busybox_old for use by bloatcheck.' 65 @echo ' baseline - Create toybox_old for use by bloatcheck.'
66 @echo ' bloatcheck - Report size differences between old and current versions' 66 @echo ' bloatcheck - Report size differences between old and current versions'
67 @echo ' test - Run test suite against compiled commands.' 67 @echo ' test - Run test suite against compiled commands.'
68 @echo ' clean - Delete temporary files.' 68 @echo ' clean - Delete temporary files.'
69 @echo " distclean - Delete everything that isn't shipped." 69 @echo " distclean - Delete everything that isn't shipped."
70 @echo ' install_flat - Install toybox into $$PREFIX directory.' 70 @echo ' install_flat - Install toybox into $$PREFIX directory.'