automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disabling parallel builds in subdirectory


From: Rhys Ulerich
Subject: Re: Disabling parallel builds in subdirectory
Date: Thu, 16 Sep 2010 13:38:13 -0500

>> 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

[Prev in Thread] Current Thread [Next in Thread]