svn commit: trunk/uClibc

sjhill at uclibc.org sjhill at uclibc.org
Thu Oct 6 04:21:12 UTC 2005


Author: sjhill
Date: 2005-10-05 21:21:07 -0700 (Wed, 05 Oct 2005)
New Revision: 11780

Log:
Oops, that was a bad wildcard.


Modified:
   trunk/uClibc/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2005-10-06 04:18:36 UTC (rev 11779)
+++ trunk/uClibc/Makefile	2005-10-06 04:21:07 UTC (rev 11780)
@@ -370,7 +370,8 @@
 	@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) {} \;
+	-find . -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