>> Is there some way to
>> disable a parallel 'make -j#' build in just one subdirectory?

> You can put
>  .NOTPARALLEL:
> in a Makefile.am, and GNU make and some versions of BSD make will not
> run things in parallel in this makefile.

Thank you Ralf.  Worked like a charm.

- Rhys

Reply via email to