mirror of
https://github.com/xcat2/xNBA.git
synced 2025-06-30 01:45:34 +00:00
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
This commit is contained in:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user