svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Thu Oct 9 13:22:20 UTC 2008


Author: aldot
Date: 2008-10-09 06:22:20 -0700 (Thu, 09 Oct 2008)
New Revision: 23641

Log:
- prevent spurious rebuilds
  Previously this led to superfluous re-stripping and the re-ar'ing


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-10-09 12:59:45 UTC (rev 23640)
+++ trunk/uClibc/Makerules	2008-10-09 13:22:20 UTC (rev 23641)
@@ -209,8 +209,8 @@
 hcompile.o= @$(call maybe_exec,hcompile.o)
 
 define do_ar
-	$(do_strip)
 	@$(disp_ar) ; $(cmd_ar)
+	@$(do_t_strip)
 endef
 define compile.u
 	@$(disp_compile.u) ; $(cmd_compile.u)




More information about the uClibc-cvs mailing list