This is the mail archive of the gcc-bugs@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: Libiberty parallel build broken

[Get raw message]
On Wed, Nov 21, 2001 at 11:58:47AM -0500, DJ Delorie wrote:
> 
> > That will work for now.  But keep in mind that it will only work
> > because there is only one subdir (testsuite).  Otherwise it will recur
> > if a second is added.
> 
> It shouldn't.  Building stamp-h runs config.status, which updates all
> the subdirectories.  After that the subs shouldn't need to run it, so
> there should be no conflict.

config.h: stamp-h ; @true
stamp-h: config.in config.status
        CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status

No, it doesn't regenerate the subdir makes.  Perhaps it should?

> > Stamp-h also needs to depend on Makefile to get adequate serialization. 
> > I had all three fire at the exact same time.
> 
> Doh, I'm using GNU make which does the Makefile step automatically.
> Do you already have a patch for that one?

Nope.  Funny, I'm using GNU Make too... I might have been mistaken.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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