OSDN Git Service

- prevent spurious rebuilds
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Oct 2008 13:22:20 +0000 (13:22 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Oct 2008 13:22:20 +0000 (13:22 -0000)
  Previously this led to superfluous re-stripping and the re-ar'ing

Makerules

index 2b2d9b4..21926e4 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -209,8 +209,8 @@ hcompile.u= @$(call maybe_exec,hcompile.u)
 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)