englishm_ has quit [Remote host closed the connection]
englishm has quit [Quit: Leaving.]
englishm has joined #mirage
englishm_ has joined #mirage
andreas1 has joined #mirage
englishm_ has quit [Ping timeout: 244 seconds]
englishm has quit [Ping timeout: 256 seconds]
AltGr has quit [Ping timeout: 255 seconds]
AltGr has joined #mirage
englishm has joined #mirage
englishm1 has joined #mirage
englishm2 has joined #mirage
englishm_ has joined #mirage
englishm has quit [Ping timeout: 240 seconds]
englishm1 has quit [Ping timeout: 264 seconds]
dezzy has quit [*.net *.split]
stevej has quit [*.net *.split]
hnrgrgr_ has quit [*.net *.split]
dezzy has joined #mirage
stevej has joined #mirage
hnrgrgr_ has joined #mirage
englishm_ has quit [Ping timeout: 264 seconds]
englishm has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
englishm has quit [Ping timeout: 255 seconds]
travisbrady has joined #mirage
englishm has joined #mirage
jprakash has joined #mirage
thomasga has quit [Quit: Leaving.]
thomasga has joined #mirage
yomimono has joined #mirage
travisbrady has quit [Quit: travisbrady]
travisbrady has joined #mirage
philtor_ has joined #mirage
englishm has quit [Ping timeout: 255 seconds]
englishm has joined #mirage
jprakash has quit [Ping timeout: 240 seconds]
travisbrady has quit [Quit: travisbrady]
travisbrady has joined #mirage
tlockney_away is now known as tlockney
jprakash has joined #mirage
travisbrady has quit [Quit: travisbrady]
philtor_ has quit [Ping timeout: 250 seconds]
philtor_ has joined #mirage
travisbrady has joined #mirage
travisbrady has quit [Quit: travisbrady]
travisbrady has joined #mirage
travisbrady has quit [Client Quit]
andreas1 has quit [Quit: Leaving.]
travisbrady has joined #mirage
rgrinberg has joined #mirage
<thomasga>
any Makefile expert around?
<thomasga>
is there a difference, regarding the parallel execution of commands, of recursive calls to `$(MAKE) xxx` and adding xxx in the prerequisites of a rule?
travisbrady has quit [Quit: travisbrady]
philtor_ has quit [Ping timeout: 250 seconds]
<dsheets>
thomasga, yes, isn't the prereq case parallelizable but the `$(MAKE) xxx` case happens in a sequence of a recipe?
<dsheets>
(not that i'm an expert...)
<thomasga>
I cannot find any doc about that online
<thomasga>
so I don't know at all :-)
philtor_ has joined #mirage
<def`>
dsheets: +$(MA
<def`>
arf
<def`>
+$(MAKE) xx
<def`>
to make the subcase parallelizable I think
<dsheets>
hmmm looks like it's only parallel between recipes
<def`>
dsheets: yes $(MAKE) happens in a sequence, but the + means the jobs will be delivered evenly accross subinstances
<dsheets>
def`, in GNU Make? my understanding was the job slots were shared by default...
<def`>
the documentation is not clear at all, it says to look for jobserver in the "Parallel Executions" page, but there is no mention of job server there