This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Serialization dependencies muck up configure-on-demand


> Do we need the serialization dependencies?

We need to make sure that no two configures run at the same time.  If
you can figure out a better way to do that, please do.

> While we support all sorts of versions of Make, do we actually
> support parallel make on anything that doesn't recognize
> .NOTPARALLEL?

We want to run the toplevel makefile in parallel, because we want to
do the builds and tests in parallel.  So, we want to get rid of
.NOTPARALLEL, not depend on it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]