Re: pullrequest feat

2025-07-03 Thread Bahman Movaqar
On Wed, 2 Jul 2025 at 20:11, Tim Murphy wrote: > On Wed, 2 Jul 2025 at 22:40, Bahman Movaqar wrote: > >> Somehow in the same vein is the work I did in bmakelib: >> https://github.com/bahmanm/bmakelib/blob/main/doc/logged.md >> > That library is impressive. > Thanks. So much PROD-grade pain have

Re: Re: Autodetect processing units with -j

2025-07-03 Thread Paul Smith
On Thu, 2025-07-03 at 14:38 +0200, wrotycz wrote: > > It's not expected that users look at the value of MAKEFLAGS that > > make itself sets (so, the version generated in a recipe).  That > > format, although documented, is technically internal to make > > I was refering to C. Funk's proposition to

Re: Re: Autodetect processing units with -j

2025-07-03 Thread wrotycz
> I'm not sure what "documentation, not manual" refers to.  Maybe you mean the man page? Yes. ~~~ $ man man   General Commands Manual     man - format and display the on-line manual pages ~~~ According to this man pages are manuals. > It's not expected that users lo