Ignore:
Timestamp:
Jan 14, 2020, 4:09:44 PM (6 years ago)
Author:
bird
Message:

VCC*.kmk,OPENWATCOM*.kmk: Try preserve .map and .rsp files so they can be inspected if linking fails. Fixed mssing .rsp cleaning up in OPENWATCOM.kmk for the archiver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/OPENWATCOM.kmk

    r3121 r3303  
    311311endef
    312312
    313 TOOL_OPENWATCOM_LINK_LIBRARY_OUTPUT = ## @todo $(outbase).rsp
     313TOOL_OPENWATCOM_LINK_LIBRARY_OUTPUT_MAYBE_PRECIOUS = $(outbase).rsp
    314314TOOL_OPENWATCOM_LINK_LIBRARY_DEPEND = $(othersrc)
    315315TOOL_OPENWATCOM_LINK_LIBRARY_DEPORD =
     
    329329endef
    330330
    331 TOOL_OPENWATCOM_LINK_PROGRAM_OUTPUT = $(outbase).map
     331TOOL_OPENWATCOM_LINK_PROGRAM_OUTPUT_MAYBE_PRECIOUS = $(outbase).map
    332332TOOL_OPENWATCOM_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    333333TOOL_OPENWATCOM_LINK_PROGRAM_DEPORD =
     
    348348endef
    349349
    350 TOOL_OPENWATCOM_LINK_DLL_OUTPUT = $(outbase).map
     350TOOL_OPENWATCOM_LINK_DLL_OUTPUT_MAYBE_PRECIOUS = $(outbase).map
    351351TOOL_OPENWATCOM_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    352352TOOL_OPENWATCOM_LINK_DLL_DEPORD =
     
    367367endef
    368368
    369 TOOL_OPENWATCOM_LINK_SYSMOD_OUTPUT = $(outbase).map
     369TOOL_OPENWATCOM_LINK_SYSMOD_OUTPUT_MAYBE_PRECIOUS = $(outbase).map
    370370TOOL_OPENWATCOM_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    371371TOOL_OPENWATCOM_LINK_SYSMOD_DEPORD =
Note: See TracChangeset for help on using the changeset viewer.