http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bae30
)
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 7 Jan 2008 13:15:12 +0000
(13:15 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 7 Jan 2008 13:15:12 +0000
(13:15 +0000)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
a5bb9a4
..
754c293
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-357,7
+357,7
@@
$(BIN)/%.tmp : $(BLIB) $(MAKEDEPS) $(LDSCRIPT)
$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
# Keep intermediate object file (useful for debugging)
-.
PRECIOUS
: $(BIN)/%.tmp
+.
SECONDARY
: $(BIN)/%.tmp
# Show a linker map for the specified target
#