Re: [Toybox] prereq build, what is the motivation behind building od?

2024-04-12 Thread Rob Landley
On 4/8/24 14:20, Oliver Webb via Toybox wrote: > Although I may be wrong, "od" doesn’t seem to be in  > the build infrastructure. What’s the reason for it being a > "prereq" command. $ vi scripts/recreate-prereq.sh ... $ grep '^od ' log.txt od "-Anone" "-vtx1" https://github.com/landley/toybox/bl

[Toybox] prereq build, what is the motivation behind building od?

2024-04-08 Thread Oliver Webb via Toybox
Although I may be wrong, "od" doesn’t seem to be in the build infrastructure. What’s the reason for it being a "prereq" command. Also, have you thought about specifying FILES through the command line to reduce build time by only building what we need to. Scanning for commands with “which” and may