Changeset 1504 for trunk/kBuild/tools/TAR.kmk
- Timestamp:
- Apr 9, 2008, 2:04:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TAR.kmk
r819 r1504 55 55 TOOL_TAR_UNPACK_DEPEND = 56 56 TOOL_TAR_UNPACK_DEPORD = 57 ifeq ($( BUILD_PLATFORM),win) # hacking with buggy unxutils on windows. it doesn't like driver letters.57 ifeq ($(KBUILD_HOST),win) # hacking with buggy unxutils on windows. it doesn't like driver letters. 58 58 define TOOL_TAR_UNPACK_CMDS 59 59 $(QUIET)$(TOOL_TAR_UNPACK) -x $(flags) -C $(subst G:,,$(inst)) -f $(archive)
Note:
See TracChangeset
for help on using the changeset viewer.