From 6ef0e347c81effc0b099ac7271a9370974c535cf Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 9 Oct 2008 13:22:20 +0000 Subject: - prevent spurious rebuilds Previously this led to superfluous re-stripping and the re-ar'ing --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 2b2d9b46e..21926e45c 100644 --- 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) -- cgit v1.2.3