svn commit: trunk/uClibc

carmelo at uclibc.org carmelo at uclibc.org
Wed Mar 5 14:37:57 UTC 2008


Author: carmelo
Date: 2008-03-05 06:37:55 -0800 (Wed, 05 Mar 2008)
New Revision: 21169

Log:
Call explicitely objclean-y when doing build cleanup.
Remove 'find' command. It makes cleanup faster too.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2008-03-05 14:37:50 UTC (rev 21168)
+++ trunk/uClibc/Makefile.in	2008-03-05 14:37:55 UTC (rev 21169)
@@ -343,8 +343,7 @@
 	$(Q)$(RM) -r lib include/bits
 	$(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a
 	$(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h
-	$(MAKE) -C extra/locale locale_clean
-	$(MAKE) headers_clean-y
+	$(MAKE) objclean-y headers_clean-y
 	$(MAKE) -s -C test clean
 	$(MAKE) -C utils utils_clean
 	@set -e; \
@@ -357,7 +356,6 @@
 		done; \
 	fi
 	@$(RM) include/linux include/asm*
-	-find . \( -name \*.o -o -name \*.os -o -name \*.oS \) -exec $(RM) {} \;
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;




More information about the uClibc-cvs mailing list