This is the mail archive of the gcc-patches@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: PATCH to toplevel Makefile.tpl


On Feb 18, 2003, DJ Delorie <dj at redhat dot com> wrote:

> IIRC the point of .NOTPARALLEL was to work around the problem that
> autoconf doesn't properly lock the config.cache file.

Which the top-level can't possibly solve except by using
.NOTPARALLEL.  Remember that configure doesn't get run only when you a
sub-directory hasn't been configured yet, but also when it has to be
reconfigured, and in this case, the top-level has already handed
control down to the sub-directory.  So, the only way to guarantee
consistency is to set .NOTPARALLEL.

But then, I was against the whole thing of enforcing consistency by
default, so I won't get in the way if you want to lift at least part
of it now :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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