Changeset 2750 for trunk/kBuild/tools/TAR.kmk
- Timestamp:
- Jan 23, 2015, 1:24:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TAR.kmk
r2726 r2750 36 36 # Tool Specific Properties 37 37 ifndef TOOL_TAR_TAR 38 TOOL_TAR_TAR := $(wildcard $(KBUILD_DEVTOOLS_ BLD)/tar/v*/tar$(HOSTSUFF_EXE))38 TOOL_TAR_TAR := $(wildcard $(KBUILD_DEVTOOLS_HST)/tar/v*/tar$(HOSTSUFF_EXE)) 39 39 ifeq ($(TOOL_TAR_TAR),) 40 TOOL_TAR_TAR := $(wildcard $(KBUILD_DEVTOOLS_ BLD)/bin/tar$(HOSTSUFF_EXE))40 TOOL_TAR_TAR := $(wildcard $(KBUILD_DEVTOOLS_HST)/bin/tar$(HOSTSUFF_EXE)) 41 41 endif 42 42 ifneq ($(TOOL_TAR_TAR),)
Note:
See TracChangeset
for help on using the changeset viewer.