This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Serialization dependencies muck up configure-on-demand
- From: DJ Delorie <dj at redhat dot com>
- To: drow at mvista dot com
- Cc: gcc at gcc dot gnu dot org, neroden at gcc dot gnu dot org
- Date: Mon, 23 Dec 2002 13:33:04 -0500
- Subject: Re: Serialization dependencies muck up configure-on-demand
- References: <20021223182335.GA17240@nevyn.them.org>
> 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.