svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Thu Sep 11 15:44:23 UTC 2008


Author: aldot
Date: 2008-09-11 08:44:23 -0700 (Thu, 11 Sep 2008)
New Revision: 23378

Log:
- the help target is phony


Modified:
   trunk/uClibc/Makefile.in
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2008-09-11 14:52:05 UTC (rev 23377)
+++ trunk/uClibc/Makefile.in	2008-09-11 15:44:23 UTC (rev 23378)
@@ -10,7 +10,7 @@
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \
 	defconfig allyesconfig allnoconfig clean distclean \
-	release dist tags
+	release dist tags help
 
 include $(top_builddir)Rules.mak
 sub_headers := headers

Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-09-11 14:52:05 UTC (rev 23377)
+++ trunk/uClibc/Makerules	2008-09-11 15:44:23 UTC (rev 23378)
@@ -9,7 +9,7 @@
 .PHONY: dummy $(PHONY) \
 	all check clean realclean distclean test \
 	config dist menuconfig oldconfig release \
-	subdirs utils
+	subdirs utils help
 
 # order is important, the stripping uses STRIP_FLAGS for lib-so, but not for lib-a
 ifeq ($(HAVE_SHARED),y)




More information about the uClibc-cvs mailing list