svn commit: branches/uClibc-nptl

sjhill at uclibc.org sjhill at uclibc.org
Fri Oct 7 01:42:25 UTC 2005


Author: sjhill
Date: 2005-10-06 18:42:24 -0700 (Thu, 06 Oct 2005)
New Revision: 11795

Log:
Sync with trunk.


Modified:
   branches/uClibc-nptl/Makefile


Changeset:
Modified: branches/uClibc-nptl/Makefile
===================================================================
--- branches/uClibc-nptl/Makefile	2005-10-06 16:39:17 UTC (rev 11794)
+++ branches/uClibc-nptl/Makefile	2005-10-07 01:42:24 UTC (rev 11795)
@@ -370,8 +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 \*.os -exec $(RM) {} \;
+	-find . \( -name \*.o -o -name \*.os \) -exec $(RM) {} \;
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\#\* \) -exec $(RM) {} \;




More information about the uClibc-cvs mailing list