http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4e4db
)
Retain some intermediate object files, suggested by Geert Stappers and Alexey Zaytsev.
author
Marty Connor
<mdc@etherboot.org>
Fri, 28 Dec 2007 19:33:11 +0000
(14:33 -0500)
committer
Marty Connor
<mdc@etherboot.org>
Fri, 28 Dec 2007 19:33:11 +0000
(14:33 -0500)
src/bin/%.tmp files can be useful for debugging, so let's keep them.
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
1e97ee6
..
a5bb9a4
100644
(file)
--- 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