Changeset 688 for trunk/kBuild/tools/TARGZ.kmk
- Timestamp:
- Dec 8, 2006, 6:44:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.