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/TARGZ.kmk

    r665 r667  
    2727TOOL_TARGZ := tar.gz unpacker.
    2828
    29 TOOL_TARGZ_UNPACK ?= tar$(HOSTSUFF_EXE)
     29# Tool Specific Properties
     30ifndef TOOL_TARGZ_UNPACK
     31 TOOL_TARGZ_UNPACK := $(wildcard $(PATH_DEVTOOLS_BLD)/tar$(HOSTSUFF_EXE))
     32 ifeq ($(TOOL_TARGZ_UNPACK),)
     33  TOOL_TARGZ_UNPACK := tar$(HOSTSUFF_EXE)
     34 endif
     35else
     36 TOOL_TARGZ_UNPACK := $(TOOL_TARGZ_UNPACK)
     37endif
     38
     39# General Properties used by kBuild
    3040TOOL_TARGZ_UNPACKFLAGS ?= -z
    3141
Note: See TracChangeset for help on using the changeset viewer.