This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't buld libjava on Linux
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?
I find these settings in my .cvsrc useful:
log -N
diff -u -p -N
update -d -P
cvs -q -z6
That fixes the directory issue.
Neil.