mirror of https://github.com/ipxe/ipxe.git
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
parent
82bae302b1
commit
de29e5a39c
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue