svn commit: trunk/uClibc

sjhill at uclibc.org sjhill at uclibc.org
Thu Oct 6 04:18:38 UTC 2005


Author: sjhill
Date: 2005-10-05 21:18:36 -0700 (Wed, 05 Oct 2005)
New Revision: 11779

Log:
Need to get both .o and .os files. (.os files are built for NPTL)


Modified:
   trunk/uClibc/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2005-10-06 04:07:21 UTC (rev 11778)
+++ trunk/uClibc/Makefile	2005-10-06 04:18:36 UTC (rev 11779)
@@ -370,7 +370,7 @@
 	@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then		\
 	    $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;		\
 	fi
-	-find . -name \*.o -exec $(RM) {} \;
+	-find . -name \*.o* -exec $(RM) {} \;
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\#\* \) -exec $(RM) {} \;




More information about the uClibc-cvs mailing list