>From: Kaz Kylheku (gmake) <729-670-0...@kylheku.com>
>On 2021-01-22 13:18, Cook, Malcolm wrote:
>> Hi Paul et. al.,
>>
>> When a rule has multiple prerequisites I sometimes use make variables
>> to refer to them positionally, like this:
>>
>> ^1=$(word 1,$^)
>> ^2=$(word 2,$^)
>> ^3=$(word 3,$^
Thanks, Paul, for the open-ended request for suggestions
I am most interested in improved control over parallelization.I expect
others have suggested things that have your consideration already, am I right,
and are any of the proposals "worthy" in your estimation?
Perhaps the ability
Hi,
There are few like you said SGE's qmake. There is one from IBM called
lsmake but it needs LSF to run.
You can actually develop your own non-standard gmake build by filling out
the stubs in the remote-stub.c file. That will be much easier.
Thanks
Nikhil
On Sat, Jan 23, 2021 at 2:13 AM Cook, M