This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't buld libjava on Linux
Andrew Pinski writes:
> On Monday, August 12, 2002, at 02:03 , Douglas B Rupp wrote:
> >> Have you updated you tree recently I know libjava had a big
> >> update last week
> >> adding serveral new directories.
> >>
> >> Graham
> >
> > I used cvs update just this morning, but evidently "update"
> > doesn't get new
> > directories. I had to use "co" to get them just now.
> > I don't know cvs that well, is "co" the preferred method to use?
> >
> cvs up -d -P is the preferred method of updating the sources.
The trouble with that command is that it can get you modules you never
checked out in the first place. "cvs co" gets you just the modules
you want.
Andrew.