Ignore:
Timestamp:
Jun 28, 2014, 4:58:12 PM (11 years ago)
Author:
bird
Message:

wcl and wcl386 doodoos in the current directory which causes trouble for parallel execution of them.

File:
1 edited

Legend:

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

    r2572 r2731  
    113113TOOL_OPENWATCOM-16_LINK_PROGRAM_DEPORD =
    114114define TOOL_OPENWATCOM-16_LINK_PROGRAM_CMDS
    115         $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath)))) \
     115        $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \
    116116                $(TOOL_OPENWATCOM_LD16) \
    117117                $(flags) \
     
    133133TOOL_OPENWATCOM-16_LINK_DLL_DEPORD =
    134134define TOOL_OPENWATCOM-16_LINK_DLL_CMDS
    135         $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath)))) \
     135        $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \
    136136                $(TOOL_OPENWATCOM_LD16) \
    137137                $(flags) \
     
    153153TOOL_OPENWATCOM-16_LINK_SYSMOD_DEPORD =
    154154define TOOL_OPENWATCOM-16_LINK_SYSMOD_CMDS
    155         $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath)))) \
     155        $(QUIET)$(call TOOL_OPENWATCOM_ENV_SETUP,$(subst $(SP),,$(addsuffix ;,$(libpath))),-C $(dir $(out))) \
    156156                $(TOOL_OPENWATCOM_LD16) \
    157157                $(flags) \
Note: See TracChangeset for help on using the changeset viewer.