[uClibc-cvs] svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Wed Mar 9 05:44:08 UTC 2005


Author: vapier
Date: 2005-03-08 22:44:07 -0700 (Tue, 08 Mar 2005)
New Revision: 9982

Log:
add a check target cause i'm lazy

Modified:
   trunk/uClibc/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2005-03-09 05:43:40 UTC (rev 9981)
+++ trunk/uClibc/Makefile	2005-03-09 05:44:07 UTC (rev 9982)
@@ -325,7 +325,6 @@
 	$(INSTALL) -d include/bits
 	@./extra/config/conf -d extra/Configs/Config.in
 
-
 clean:
 	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec $(RM) {} \;
 	@$(RM) -r tmp lib include/bits libc/tmp _install
@@ -368,4 +367,7 @@
 
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 
+check:
+	$(MAKE) -C test
+
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig




More information about the uClibc-cvs mailing list