This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Java/parellel build(?) related bootstrap failure
- From: Andrew Haley <aph at redhat dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Wed, 2 Apr 2003 10:24:38 +0100 (BST)
- Subject: Re: Java/parellel build(?) related bootstrap failure
- References: <Pine.BSF.4.53.0303291320460.16839@acrux.dbai.tuwien.ac.at><u8isu2ryw5.fsf@gromit.moeb><u8llywq5eq.fsf@gromit.moeb><Pine.BSF.4.53.0303310006410.36800@acrux.dbai.tuwien.ac.at><16007.31272.753144.350174@cuddles.cambridge.redhat.com><Pine.BSF.4.53.0304020052260.84822@acrux.dbai.tuwien.ac.at>
Gerald Pfeifer writes:
> On Mon, 31 Mar 2003, Andrew Haley wrote:
> > You perhaps need a module that checks out an approopriate subset of
> > gcc. It should be quite easy to create one.
>
> Thanks for the hint. Unfortunately, modules don't work nicely with
> `cvs update` (one of the design bugs of CVS, that it after checkout,
> it simpley ignores modules).
You just checkout the module again, on top of the old one. It works
fine, just like cvs update -d, but without the directories you don't
need.
Andrew.