Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-30 Thread Rob Landley
On 1/30/24 16:02, enh wrote: > Would it help if I pulled out "mkconfig.sh", "mkflags.sh", "mkglobals.sh", > "mkhelp.sh", and "mknewtoys.sh" from make.sh and had the top level script > call > those? > > tbh, it the fact that stuff keeps moving around that makes it easier for me to >

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-30 Thread enh via Toybox
On Sat, Jan 20, 2024 at 2:52 PM Rob Landley wrote: > On 1/19/24 19:49, enh wrote: > > On Fri, Jan 19, 2024 at 10:13 AM Rob Landley wrote: > >> Creating the binaries isn't a big deal, it's just two .config files. I > couldn't > >> speak to the selinux labels and whatever $PATH changes pull in

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-30 Thread enh via Toybox
On Fri, Jan 19, 2024 at 5:49 PM enh wrote: > On Fri, Jan 19, 2024 at 10:13 AM Rob Landley wrote: > > > > On 1/16/24 19:22, enh wrote: > > > On Sat, Jan 13, 2024 at 12:38 PM Rob Landley wrote: > > >> On 1/12/24 14:25, enh via Toybox wrote: > > >> > thanks for keeping the uncompressed path! > >

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-20 Thread Rob Landley
On 1/19/24 19:49, enh wrote: > On Fri, Jan 19, 2024 at 10:13 AM Rob Landley wrote: >> Creating the binaries isn't a big deal, it's just two .config files. I >> couldn't >> speak to the selinux labels and whatever $PATH changes pull in the second >> directory of symlinks on the android side. >>

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-19 Thread enh via Toybox
On Fri, Jan 19, 2024 at 10:13 AM Rob Landley wrote: > > On 1/16/24 19:22, enh wrote: > > On Sat, Jan 13, 2024 at 12:38 PM Rob Landley wrote: > >> On 1/12/24 14:25, enh via Toybox wrote: > >> > thanks for keeping the uncompressed path! > >> > >> Always the plan. Besides, if the binary lives on

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-19 Thread Rob Landley
On 1/16/24 19:22, enh wrote: > On Sat, Jan 13, 2024 at 12:38 PM Rob Landley wrote: >> On 1/12/24 14:25, enh via Toybox wrote: >> > thanks for keeping the uncompressed path! >> >> Always the plan. Besides, if the binary lives on something like squashfs, >> decompressing it twice just wastes CPU.

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-16 Thread enh via Toybox
On Sat, Jan 13, 2024 at 12:38 PM Rob Landley wrote: > > On 1/12/24 14:25, enh via Toybox wrote: > > this will hardly come as a surprise to you, but just fyi, i _haven't_ > > enabled this for AOSP, > > Understood. You weren't really the audience, it's more a "parity with busybox" > feature. > >

Re: [Toybox] CONFIG_TOYBOX_ZHELP

2024-01-13 Thread Rob Landley
On 1/12/24 14:25, enh via Toybox wrote: > this will hardly come as a surprise to you, but just fyi, i _haven't_ > enabled this for AOSP, Understood. You weren't really the audience, it's more a "parity with busybox" feature. They use bzip2 compression instead of gzip, which I haven't merged yet