On Aug 11, Alan Burlison wrote:
> I've a suspicion that the test failures I have been seeing on Solaris are
> because 'make test' is being run with parallel make instead of serial make.
> I don't want to switch entirely to serial make because the builds already
> take a long time. I've therefore hacked mktest.pl to use /usr/ccs/bin/make
> for the 'make _test' step only - can someone confirm that I haven't missed
> any other places that need changing?
Might I ask why you're using a path-specific make here, rather
than, e.g., "make -j 1"?
- Kurt