svn commit: trunk/busybox

andersen at busybox.net andersen at busybox.net
Mon Mar 20 17:50:09 UTC 2006


Author: andersen
Date: 2006-03-20 09:50:08 -0800 (Mon, 20 Mar 2006)
New Revision: 14582

Log:
Willy Tarreau writes:

I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".



Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-03-20 17:37:00 UTC (rev 14581)
+++ trunk/busybox/Makefile	2006-03-20 17:50:08 UTC (rev 14582)
@@ -128,7 +128,7 @@
 	@echo '  oldconfig		- resolve any unresolved symbols in .config'
 	@echo
 	@echo 'Installation:'
-	@echo '  install		- install busybox into $prefix'
+	@echo '  install		- install busybox into $(PREFIX)'
 	@echo '  uninstall'
 	@echo
 	@echo 'Development:'




More information about the busybox-cvs mailing list