Re: [Toybox] Thoughts on seperating shell dependencies and MAYFORK commands?

2024-02-20 Thread enh via Toybox
On Tue, Feb 20, 2024 at 10:41 AM Rob Landley wrote: > > On 2/19/24 13:40, Oliver Webb via Toybox wrote: > > When doing "make sh", scripts/single.sh looks for MAYFORK commands to pull > > in as builtin's > > Which means any command that is declared with MAYFORK is automatically > > included into

Re: [Toybox] Thoughts on seperating shell dependencies and MAYFORK commands?

2024-02-20 Thread Rob Landley
On 2/19/24 13:40, Oliver Webb via Toybox wrote: > When doing "make sh", scripts/single.sh looks for MAYFORK commands to pull in > as builtin's > Which means any command that is declared with MAYFORK is automatically > included into the shell when doing "make sh". > TOYFLAG_MAYFORK is essentially