Changeset 667 for trunk/kBuild/tools/TARGZ.kmk
- Timestamp:
- Dec 6, 2006, 5:00:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TARGZ.kmk
r665 r667 27 27 TOOL_TARGZ := tar.gz unpacker. 28 28 29 TOOL_TARGZ_UNPACK ?= tar$(HOSTSUFF_EXE) 29 # Tool Specific Properties 30 ifndef 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 35 else 36 TOOL_TARGZ_UNPACK := $(TOOL_TARGZ_UNPACK) 37 endif 38 39 # General Properties used by kBuild 30 40 TOOL_TARGZ_UNPACKFLAGS ?= -z 31 41
Note:
See TracChangeset
for help on using the changeset viewer.