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]

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

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


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