Ignore:
Timestamp:
Dec 8, 2006, 11:31:16 PM (19 years ago)
Author:
bird
Message:

tools location is being cleaned up.

File:
1 edited

Legend:

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

    r667 r692  
    2929# Tool Specific Properties
    3030ifndef TOOL_WGET_FETCH
    31  TOOL_WGET_FETCH := $(wildcard $(PATH_DEVTOOLS_BLD)/bin/wget$(HOSTSUFF_EXE))
    32  ifeq ($(TOOL_WGET_FETCH),)
     31 TOOL_WGET_FETCH := $(wildcard $(PATH_DEVTOOLS_BLD)/wget/v*/wget$(HOSTSUFF_EXE))
     32 ifneq ($(TOOL_WGET_FETCH),)
     33  TOOL_WGET_FETCH := $(wildcard $(PATH_DEVTOOLS_BLD)/bin/wget$(HOSTSUFF_EXE))
     34 endif
     35 ifneq ($(TOOL_WGET_FETCH),)
     36  TOOL_WGET_FETCH := $(lastword $(sort $(TOOL_WGET_FETCH)))
     37 else
    3338  TOOL_WGET_FETCH := wget$(HOSTSUFF_EXE)
    3439 endif
Note: See TracChangeset for help on using the changeset viewer.