ソースを参照

Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.

tags/v0.9.3
Michael Brown 17年前
コミット
de29e5a39c
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping ファイルの表示

357
 	$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
357
 	$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
358
 
358
 
359
 # Keep intermediate object file (useful for debugging)
359
 # Keep intermediate object file (useful for debugging)
360
-.PRECIOUS : $(BIN)/%.tmp
360
+.SECONDARY : $(BIN)/%.tmp
361
 
361
 
362
 # Show a linker map for the specified target
362
 # Show a linker map for the specified target
363
 #
363
 #

読み込み中…
キャンセル
保存