Ignore:
Timestamp:
Dec 6, 2006, 5:00:16 AM (19 years ago)
Author:
bird
Message:

cleanup. PATH_DEV* -> PATH_DEVTOOLS*.

File:
1 edited

Legend:

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

    r665 r667  
    2727TOOL_WGET := wget fetcher.
    2828
    29 TOOL_WGET_FETCH ?= wget$(HOSTSUFF_EXE)
     29# Tool Specific Properties
     30ifndef TOOL_WGET_FETCH
     31 TOOL_WGET_FETCH := $(wildcard $(PATH_DEVTOOLS_BLD)/bin/wget$(HOSTSUFF_EXE))
     32 ifeq ($(TOOL_WGET_FETCH),)
     33  TOOL_WGET_FETCH := wget$(HOSTSUFF_EXE)
     34 endif
     35else
     36 # Resolve any fancy stuff once and for all.
     37 TOOL_WGET_FETCH := $(TOOL_WGET_FETCH)
     38endif
     39
     40# General Properties used by kBuild
    3041TOOL_WGET_FETCHFLAGS ?= --passive-ftp -t 5 -T 60
    3142
Note: See TracChangeset for help on using the changeset viewer.