summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMarty Connor2007-12-28 20:33:11 +0100
committerMarty Connor2007-12-28 20:33:11 +0100
commitaf56768e98559ef0766e51c8e7a9eca1567720a9 (patch)
tree4b9e14f12b1b495962ad7c3dd8a4157ef7393799 /src/Makefile.housekeeping
parent3c90x driver fix (legacy) from Geert Staapers (diff)
downloadipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.tar.gz
ipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.tar.xz
ipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.zip
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.
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 1e97ee62..a5bb9a4b 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -356,6 +356,9 @@ $(BIN)/%.tmp : $(BLIB) $(MAKEDEPS) $(LDSCRIPT)
-Map $(BIN)/$*.tmp.map
$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
+# Keep intermediate object file (useful for debugging)
+.PRECIOUS : $(BIN)/%.tmp
+
# Show a linker map for the specified target
#
$(BIN)/%.map : $(BIN)/%.tmp