Parallel problem

2021-01-11 Thread jeremiah
-2018 Free Software Foundation, Inc. > > compilation terminated. This occurs only when I do: make clean test -j42 but never when I do: make clean M2-Planet test -j42 What can I do to ensure that make only tries to build M2-Planet once before running the tests? -Jeremiah

Re: Parallel problem

2021-01-12 Thread jeremiah
that does not correct the issue reported. As bin is in the VPATH on line 19. Further it would break the all of the tests. As they expect bin/M2-Planet. -Jeremiah