ソースを参照

Retain some intermediate object files, suggested by Geert Stappers and Alexey Zaytsev.

src/bin/%.tmp files can be useful for debugging, so let's keep them.
tags/v0.9.3
Marty Connor 16年前
コミット
af56768e98
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      src/Makefile.housekeeping

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

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

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