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/
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
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
[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