[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2006-10-25 Thread Icarus Sparry
Follow-up Comment #6, bug #15919 (project make): I have another makefile which shows the same effect. I am trimming it at the moment, but things it has in common with the second makefile below is an "order only" dependency and a ".INTERMEDIATE". make -j1 works fine. make -j2 works fine the first

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2006-10-25 Thread Icarus Sparry
Follow-up Comment #7, bug #15919 (project make): Here is the Makefile, stripped as much as I think I can. In particular if I change the intermed dependency on phony to be a normal one, rather than an order only one then everything works as I would expect. Run "make clean" (or touch src) to get th