This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: can't get away from automake on remote machine
- From: Ralph Corderoy <ralph at inputplus dot co dot uk>
- To: skip at pobox dot com
- Cc: automake at gnu dot org
- Date: Tue, 30 Apr 2002 12:42:55 +0100
- Subject: Re: can't get away from automake on remote machine
Hi Skip,
> Third, after executing configure, cvs up reports several
> unknown files:
>
> ? config.log
> ? Makefile
> ? config.status
> ? config.h
> ? libtool
> ? stamp-h1
> ? python/Makefile
> ? src/Makefile
> ? src/.deps
> ? test/Makefile
> ? test/.deps
>
> None of them should be checked into CVS, should they?
No, use .cvsignore files in the relevant directories, which are
checked in to CVS, to stop these appearing.
Cheers,
Ralph.