On Wed, 27 Nov 2024 17:00:27 -0500
Sean Godsell wrote:
> I was wondering if anyone has any plans to make the actual 'make' command
> work across multiple connected PC systems, via networking of some kind. It
> could be wireless networking, ethernet, or even networking through
> thunderbolt, usb 4
Hello any and all.
I was wondering if anyone has any plans to make the actual 'make' command
work across multiple connected PC systems, via networking of some kind. It
could be wireless networking, ethernet, or even networking through
thunderbolt, usb 4, or even fiber. All that matters is that e
In writing docs I noticed that some directive targets support implicit
rules patterns as dependencies (e.g. .NOTINTERMEDIATE) while others
don't (e.g. .NOTPARALLEL).
Would it be considered mandatory for e.g. .ONESHELL: %.o to be
supported? Personally I never use implicit rules because static
patt