VirtualBox

Changeset 2078 in kBuild


Ignore:
Timestamp:
Nov 18, 2008 12:52:13 AM (16 years ago)
Author:
bird
Message:

watcom and open watcom location fixes.

Location:
trunk/kBuild/tools
Files:
2 edited

Legend:

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

    r2075 r2078  
    4444  PATH_TOOL_OPENWATCOM := $(wildcard $(PATH_DEVTOOLS)/common/openwatcom/v*)
    4545 endif
    46  if1of ($(USER) $(USERNAME) $(LOGNAME), bird)
    47   PATH_TOOL_OPENWATCOM := $(wildcard d:/dev/Watcom/v1.*)
     46 ifeq ($(PATH_TOOL_OPENWATCOM)$(KBUILD_HOST),os2)
     47  if1of ($(USER) $(USERNAME) $(LOGNAME), bird)
     48   PATH_TOOL_OPENWATCOM := $(wildcard d:/dev/Watcom/v1.*)
     49  endif
    4850 endif
    4951 PATH_TOOL_OPENWATCOM := $(firstword $(sort $(PATH_TOOL_OPENWATCOM)))
  • trunk/kBuild/tools/WATCOMC11C.kmk

    r2075 r2078  
    4444  PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS)/common/watcom/v11.0c*)
    4545 endif
    46  if1of ($(USER) $(USERNAME) $(LOGNAME), bird)
    47   PATH_TOOL_WATCOMC11C := $(wildcard d:/dev/Watcom/v11.0c*)
     46 ifeq ($(PATH_TOOL_WATCOMC11C)$(KBUILD_HOST),os2)
     47  if1of ($(USER) $(USERNAME) $(LOGNAME), bird)
     48   PATH_TOOL_WATCOMC11C := $(wildcard d:/dev/Watcom/v11.0c*)
     49  endif
    4850 endif
    4951 PATH_TOOL_WATCOMC11C := $(firstword $(sort $(PATH_TOOL_WATCOMC11C)))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette