svn commit: trunk/uClibc/test

vapier at uclibc.org vapier at uclibc.org
Wed Mar 1 23:28:19 UTC 2006


Author: vapier
Date: 2006-03-01 15:28:19 -0800 (Wed, 01 Mar 2006)
New Revision: 14409

Log:
dont execute shell tests if we just want to compile

Modified:
   trunk/uClibc/test/Test.mak


Changeset:
Modified: trunk/uClibc/test/Test.mak
===================================================================
--- trunk/uClibc/test/Test.mak	2006-03-01 23:27:13 UTC (rev 14408)
+++ trunk/uClibc/test/Test.mak	2006-03-01 23:28:19 UTC (rev 14409)
@@ -91,8 +91,10 @@
 endif
 
 shell_%:
+ifeq ($(COMPILE_ONLY),)
 	$(showtest)
 	$(Q)$(SHELL) $(patsubst shell_%,%.sh,$@)
+endif
 
 %.so: %.c
 	$(showlink)




More information about the uClibc-cvs mailing list