svn commit: trunk/buildroot

prpplague at uclibc.org prpplague at uclibc.org
Wed Jan 25 13:36:52 UTC 2006


Author: prpplague
Date: 2006-01-25 05:36:51 -0800 (Wed, 25 Jan 2006)
New Revision: 13589

Log:
removed clean and distclean from the noconfig targets per case 0000232

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2006-01-25 13:21:08 UTC (rev 13588)
+++ trunk/buildroot/Makefile	2006-01-25 13:36:51 UTC (rev 13589)
@@ -27,8 +27,7 @@
 CONFIG = package/config
 
 noconfig_targets := menuconfig config oldconfig randconfig \
-	defconfig allyesconfig allnoconfig clean distclean \
-	release tags
+	defconfig allyesconfig allnoconfig release tags
 
 # Pull in the user's configuration file
 ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)




More information about the uClibc-cvs mailing list