Changeset 2246 for trunk/kBuild/tools/TARGZ.kmk
- Timestamp:
- Jan 18, 2009, 3:08:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/TARGZ.kmk
r2243 r2246 65 65 TOOL_TARGZ_UNPACK_DEPEND = 66 66 TOOL_TARGZ_UNPACK_DEPORD = 67 ifeq ($(KBUILD_HOST),win) # hacking with buggy unxutils on windows. it doesn't like driver letters. 68 define TOOL_TARGZ_UNPACK_CMDS 69 $(QUIET)$(TOOL_TARGZ_UNPACK) -x $(flags) -C $(subst G:,,$(inst)) -f $(archive) 70 $(QUIET)$(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out) 71 endef 72 else 67 73 define TOOL_TARGZ_UNPACK_CMDS 68 74 $(QUIET)$(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive) 69 75 $(QUIET)$(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out) 70 76 endef 77 endif 71 78
Note:
See TracChangeset
for help on using the changeset viewer.