<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Aug 23, 2020 at 11:28 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/22/20 2:45 PM, enh via Toybox wrote:<br>
> This also changes the other compression options (such as -j) so that we<br>
> pass no arguments for compression and just -d for decompression, which<br>
> is what -I does to its filter and which appears sufficient. (I think I<br>
> used -dc before just out of habit, since that's what I've been typing on<br>
> the command line for decades.)<br>
<br>
You added the -dc, the -f was there since the original submission in 2014. I'll<br>
assume it works ok without it for now, and wait for something to break. :)<br></blockquote><div><br></div><div>yeah, the bit i missed was i made this change because that's what GNU tar does and what the documented requirements for a command passed via -I are. so i'm not expecting any trouble.</div><div><br></div><div>unfortunately, -I was just the easy request... they also want --transform.</div><div><br></div><div>this is the specific command:</div><div><br></div><div>tar -I $(KGZIP) -c $(RCS_TAR_IGNORE) -f $(2).tar.gz \<br>    --transform 's:^:$(2)/:S' $(TAR_CONTENT) $(3); \<br></div><div><br></div><div><a href="https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/scripts/Makefile.package#49">https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/scripts/Makefile.package#49</a><br></div><div><br></div><div>it's not clear to me just how complete that "sed expression" is. oh, looks like it's just 's': <a href="https://www.gnu.org/software/tar/manual/tar.html#SEC115">https://www.gnu.org/software/tar/manual/tar.html#SEC115</a> (but with some weird extra flags rRsShH)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Rob<br>
</blockquote></div></div>