Re: Parallel make across multiple connected systems.

2024-11-27 Thread Henrik Carlqvist
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

Parallel make across multiple connected systems.

2024-11-27 Thread Sean Godsell
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

is it worth supporting implicit rule target patterns as .ONESHELL dependencies?

2024-11-27 Thread Britton Kerin
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