This is the mail archive of the gcc@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: Java/parellel build(?) related bootstrap failure


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

In case someone else has a similar problem, here is what I wound up
using now:

  cvs -q $CVS_EXT update -Pd -I\! -I CVS libjava \
  &&  cvs -q $CVS_EXT update -P -I\! -I CVS
  if [ ! $? ]; then
      echo "Error updating. Build aborted."
      exit 1
  fi
  contrib/gcc_update --touch

Gerald
-- 
Gerald "Jerry"   pfeifer at dbai dot tuwien dot ac dot at   http://www.pfeifer.com/gerald/


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