Changeset 696 for trunk/kBuild/tools/TARGZ.kmk
- Timestamp:
- Dec 10, 2006, 8:16:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TARGZ.kmk
r692 r696 59 59 TOOL_TARGZ_UNPACK_DEPORD = 60 60 define TOOL_TARGZ_UNPACK_CMDS 61 $( TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive)62 $( TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out)61 $(QUIET)$(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive) 62 $(QUIET)$(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out) 63 63 endef 64 64
Note:
See TracChangeset
for help on using the changeset viewer.