Changeset 688 for trunk/kBuild/tools
- Timestamp:
- Dec 8, 2006, 6:44:22 AM (19 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 3 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 -
trunk/kBuild/tools/TARGZ.kmk
r667 r688 51 51 define TOOL_TARGZ_UNPACK_CMDS 52 52 $(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive) 53 $(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) | $(SED) -e 's|^|$(inst)|g'> $(out)53 $(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out) 54 54 endef 55 55 -
trunk/kBuild/tools/ZIP.kmk
r681 r688 54 54 -e '/ [0-2][0-9]:[0-6][0-9]/!d' \ 55 55 -e 's/^.* [0-2][0-9]:[0-6][0-9] //' \ 56 -e 's|^|$(inst)|' \57 56 > $(out) 58 57 endef
Note:
See TracChangeset
for help on using the changeset viewer.