On Tue, Aug 09, 2011 at 03:02:35PM -0600, [email protected] wrote: > P.S. why isn't "make check" structured so that the -j option to make would > work. It would be nice to use multiple threads to speed up the run.
You want: make check PARALLEL=1
On Tue, Aug 09, 2011 at 03:02:35PM -0600, [email protected] wrote: > P.S. why isn't "make check" structured so that the -j option to make would > work. It would be nice to use multiple threads to speed up the run.
You want: make check PARALLEL=1