Changeset 696 for trunk/kBuild/tools/TAR.kmk
- Timestamp:
- Dec 10, 2006, 8:16:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TAR.kmk
r692 r696 57 57 ifeq ($(BUILD_PLATFORM),win) # hacking with buggy unxutils on windows. it doesn't like driver letters. 58 58 define TOOL_TAR_UNPACK_CMDS 59 $( TOOL_TAR_UNPACK) -x $(flags) -C $(subst G:,,$(inst)) -f $(archive)60 $( TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out)59 $(QUIET)$(TOOL_TAR_UNPACK) -x $(flags) -C $(subst G:,,$(inst)) -f $(archive) 60 $(QUIET)$(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out) 61 61 endef 62 62 else 63 63 define TOOL_TAR_UNPACK_CMDS 64 $( TOOL_TAR_UNPACK) -x $(flags) -C $(inst) -f $(archive)65 $( TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out)64 $(QUIET)$(TOOL_TAR_UNPACK) -x $(flags) -C $(inst) -f $(archive) 65 $(QUIET)$(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out) 66 66 endef 67 67 endif
Note:
See TracChangeset
for help on using the changeset viewer.