svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Mon Feb 13 23:56:08 UTC 2006


Author: vapier
Date: 2006-02-13 15:56:06 -0800 (Mon, 13 Feb 2006)
New Revision: 13959

Log:
ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2006-02-13 22:37:49 UTC (rev 13958)
+++ trunk/uClibc/Makefile.in	2006-02-13 23:56:06 UTC (rev 13959)
@@ -337,5 +337,5 @@
 	$(TAR) czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
 	du -b ../uClibc-$(VERSION).tar.gz
 
-check: utils
-	$(MAKE) -C test
+test check:
+	$(Q)$(MAKE) -C test




More information about the uClibc-cvs mailing list