From: William Harold Newman Date: Fri, 19 Mar 2004 19:51:26 +0000 (+0000) Subject: 0.8.8.32: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=97a61eb7026c6b2e988f7cc0346b007afcfedef8;p=sbcl.git 0.8.8.32: Make distclean.sh delete CVS/ subdirectories. --- diff --git a/distclean.sh b/distclean.sh index 33034f9..5d46a9f 100644 --- a/distclean.sh +++ b/distclean.sh @@ -12,5 +12,15 @@ rm -rf doc/cmucl # miscellaneous other customizations which shouldn't be propagated rm -rf customize-target-features.lisp +# Since the CVS/ subdirectories on my (WHN) machine have CVS/Root +# containing +# :ext:wnewman@cvs.sbcl.sourceforge.net:/cvsroot/sbcl +# they're not useful for anyone else, so blow them away. (And even +# if we could set them up to refer to CVS in a way that someone else +# could use, perhaps referring to SourceForge anoncvs, what'd be the +# point? I'd expect a comfortable majority of those who want to do +# CVS operations would be inclined to start with "cvs co" anyway.) +find . \( -type d -a -name CVS \) -print | xargs rm -r + # Fall through to ordinary cleanup. sh clean.sh diff --git a/version.lisp-expr b/version.lisp-expr index 2a040fd..e8e0494 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.8.31" +"0.8.8.32"