浏览代码

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

Bernhard Reutner-Fischer 16 年之前
父节点
当前提交
6ef0e347c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makerules

+ 1 - 1
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)