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]

[Bug bootstrap/17313] fixinc.sh isn't parallel build safe


------- Additional Comments From bonzini at gnu dot org  2004-09-05 10:03 -------
On the GCC list you proposed making fixinc.sh depend on cc1, but the correct fix
should be to make specs.ready depend on cc1.  That's because specs.ready is only
touched during stage1, while having fixinc.sh change whenever cc1 is changed
would make fixincludes run on every stage.

Can you please try that?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17313


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