mirror of https://github.com/ipxe/ipxe.git
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.pull/1/head
parent
9d4e4dbc32
commit
af56768e98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue