cvsignore files

2004-07-31 Thread Patrik Reali
Hi!
I just noticed that most of the cvsignore files where removed.
Now, when checking for changed files (e.g. "cvs -n -q upd") all the 
Makefile and Makefile.in show up though they are not meant to be in the cvs.

What was the reason for removing them?
-Patrik

___
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath


Re: cvsignore files

2004-07-31 Thread Michael Koch
Am Samstag, 31. Juli 2004 11:13 schrieb Patrik Reali:
> Hi!
>
> I just noticed that most of the cvsignore files where removed.
>
> Now, when checking for changed files (e.g. "cvs -n -q upd") all the
> Makefile and Makefile.in show up though they are not meant to be in
> the cvs.
>
> What was the reason for removing them?

The reason was: The Makefile and Makefile.in files are not generated 
anymore. You can savely delete the files that "cvs up" shows.


Michael


___
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath


Re: cvsignore files

2004-07-31 Thread Mark Wielaard
Hi,

On Sat, 2004-07-31 at 11:13, Patrik Reali wrote:
> I just noticed that most of the cvsignore files where removed.
> 
> Now, when checking for changed files (e.g. "cvs -n -q upd") all the 
> Makefile and Makefile.in show up though they are not meant to be in the cvs.
> 
> What was the reason for removing them?

Most of the Makefile and Makefile.in files won't be generated at all
now. You can remove all those files and when doing a ./autogen.sh and/or
./configure they won't return.

BTW. I recommend builddir != srcdir builds. Then most of the generated
files won't show up in your srddir at all (except those generated by
./autogen.sh in the builddir of course).

Cheers,

Mark


signature.asc
Description: This is a digitally signed message part
___
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath


Re: cvsignore files

2004-07-31 Thread Patrik Reali
Cool! This is a great improvement.
Thank you very much.
-Patrik

___
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath