cvs issues with .info files...
Mike Frysinger
vapier@gentoo.org
Mon Jul 4 08:46:00 GMT 2005
On Monday 04 July 2005 04:34 am, Christian Joensson wrote:
> I just wonder what's happening... I have a cvs tree and when I do a
> build of binutils, and then cvs update, I always get this:
>
> ? src/binutils/doc/binutils.info
> ? src/bfd/doc/bfd.info
> ? src/gas/doc/as.info
> ? src/ld/ld.info
that's because those files arent stored in cvs (since they're generated at
build time)
you can create a local .cvsignore file if you dont want to see the warnings:
$ cat ld/.cvsignore
.cvsignore
ld.1
ld.texi
ld.info
-mike
More information about the Binutils
mailing list