Ignore:
Timestamp:
Dec 8, 2006, 6:44:22 AM (19 years ago)
Author:
bird
Message:

more or less completed the fetch feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/TAR.kmk

    r667 r688  
    5252define TOOL_TAR_UNPACK_CMDS
    5353        $(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)
    5555endef
    5656else
    5757define TOOL_TAR_UNPACK_CMDS
    5858        $(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)
    6060endef
    6161endif
Note: See TracChangeset for help on using the changeset viewer.