aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2007-12-28 14:33:11 -0500
committerMarty Connor <mdc@etherboot.org>2007-12-28 14:33:11 -0500
commitaf56768e98559ef0766e51c8e7a9eca1567720a9 (patch)
tree4b9e14f12b1b495962ad7c3dd8a4157ef7393799 /src/Makefile.housekeeping
parent9d4e4dbc32e52213de685951590254fe9e7c308a (diff)
downloadipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.zip
ipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.tar.gz
ipxe-af56768e98559ef0766e51c8e7a9eca1567720a9.tar.bz2
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 1e97ee6..a5bb9a4 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