svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Mon Mar 13 03:19:48 UTC 2006


Author: landley
Date: 2006-03-12 19:19:46 -0800 (Sun, 12 Mar 2006)
New Revision: 14528

Log:
"make help" should not build the configurator first.


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-03-13 02:52:23 UTC (rev 14527)
+++ trunk/busybox/Makefile	2006-03-13 03:19:46 UTC (rev 14528)
@@ -10,7 +10,7 @@
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig randconfig \
 	defconfig allyesconfig allnoconfig allbareconfig \
-	clean distclean \
+	clean distclean help \
 	release tags
 
 # the toplevel sourcedir




More information about the busybox-cvs mailing list