svn commit: trunk/busybox
vda at busybox.net
vda at busybox.net
Sat Dec 1 21:36:42 PST 2007
Author: vda
Date: 2007-12-01 21:36:37 -0800 (Sat, 01 Dec 2007)
New Revision: 20603
Log:
Fix minor discrepancy in "make help"
Modified:
trunk/busybox/Makefile.help
Changeset:
Modified: trunk/busybox/Makefile.help
===================================================================
--- trunk/busybox/Makefile.help 2007-12-02 03:27:42 UTC (rev 20602)
+++ trunk/busybox/Makefile.help 2007-12-02 05:36:37 UTC (rev 20603)
@@ -24,10 +24,10 @@
@echo ' hosttools - build sed for the host.'
@echo ' You can use these commands if the commands on the host'
@echo ' is unusable. Afterwards use it like:'
- @echo ' make SED="$(objtree)/sed"'
+ @echo ' make SED="$(objtree)/sed"'
@echo
@echo 'Installation:'
- @echo ' install - install busybox into $(CONFIG_PREFIX)'
+ @echo ' install - install busybox into CONFIG_PREFIX'
@echo ' uninstall'
@echo
@echo 'Development:'
More information about the busybox-cvs
mailing list