svn commit: branches/uClibc-nptl/test

carmelo at uclibc.org carmelo at uclibc.org
Wed Jan 28 15:28:30 UTC 2009


Author: carmelo
Date: 2009-01-28 15:28:29 +0000 (Wed, 28 Jan 2009)
New Revision: 25100

Log:
Fix filterout directive.



Modified:
   branches/uClibc-nptl/test/Makefile


Changeset:
Modified: branches/uClibc-nptl/test/Makefile
===================================================================
--- branches/uClibc-nptl/test/Makefile	2009-01-28 15:23:51 UTC (rev 25099)
+++ branches/uClibc-nptl/test/Makefile	2009-01-28 15:28:29 UTC (rev 25100)
@@ -27,7 +27,7 @@
 	DIRS := $(filter-out regex,$(DIRS))
 endif
 ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
-	DIRS += $(filter-out tls nptl,$(DIRS))
+	DIRS := $(filter-out tls nptl,$(DIRS))
 endif
 ifneq ($(UCLIBC_HAS_WCHAR),y)
 	DIRS := $(filter-out locale-mbwc,$(DIRS))



More information about the uClibc-cvs mailing list