Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Retain some intermediate object files, suggested by Geert Stappers an…
…d Alexey Zaytsev.

src/bin/%.tmp files can be useful for debugging, so let's keep them.
  • Loading branch information
Marty Connor committed Dec 28, 2007
1 parent 9d4e4db commit af56768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.housekeeping
Expand Up @@ -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
Expand Down

0 comments on commit af56768

Please sign in to comment.