Changeset 688 for trunk/kBuild/tools/TAR.kmk
- Timestamp:
- Dec 8, 2006, 6:44:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TAR.kmk
r667 r688 52 52 define TOOL_TAR_UNPACK_CMDS 53 53 $(TOOL_TAR_UNPACK) -x $(flags) -C $(subst G:,,$(inst)) -f $(archive) 54 $(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) | $(SED) -e 's|^|$(inst)|g'> $(out)54 $(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out) 55 55 endef 56 56 else 57 57 define TOOL_TAR_UNPACK_CMDS 58 58 $(TOOL_TAR_UNPACK) -x $(flags) -C $(inst) -f $(archive) 59 $(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) | $(SED) -e 's|^|$(inst)|g'> $(out)59 $(TOOL_TAR_UNPACK) -t $(flags) -f $(archive) > $(out) 60 60 endef 61 61 endif
Note:
See TracChangeset
for help on using the changeset viewer.