Re: "make distclean"

2003-07-31 Thread Sebastian Bergmann
Simon Glover wrote: > As I understand it, "make distclean" is what you would do before > packaging up Parrot for a public release, so, yes, it should nuke the > CVS and .cvsignore files. Okay, thanks for the info. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: "make distclean"

2003-07-31 Thread Simon Glover
On Thu, 31 Jul 2003, Sebastian Bergmann wrote: > Is it the intended behaviour of "make distclean" to delete all files > under the CVS/ directories, thus rendering succeeding "cvs upd" calls > impossible? As I understand it, "make distclean" is

"make distclean"

2003-07-31 Thread Sebastian Bergmann
Is it the intended behaviour of "make distclean" to delete all files under the CVS/ directories, thus rendering succeeding "cvs upd" calls impossible? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: h

[netlabs #208] [PATCH] "make distclean" blows away CVS/* files

2001-12-15 Thread Robert Spier
[amk - Fri Dec 14 20:42:39 2001]: > Running "make distclean" with a post-0.0.3 snapshot of the CVS tree > deletes all the files in CVS/ subdirectories, making further updating of > the tree impossible. This patch makes 'make distclean' not blow away CVS files. Is