# HG changeset patch # User enz # Date 956038271 -3600 # Node ID 6121f8feb3e5032e0e6b4947cd36b285b355b849 # Parent 43631b72021f606ec71eed7bad2f630ba2570380 [svn] Overwrite tag if already existing. diff -r 43631b72021f -r 6121f8feb3e5 make-distribution --- a/make-distribution Sat Apr 15 11:09:20 2000 +0100 +++ b/make-distribution Tue Apr 18 07:11:11 2000 +0100 @@ -38,9 +38,8 @@ && cp $DIR/Makefile Makefile \ && tar cf noffle-$VERSION.tar $DIR \ && gzip -9 noffle-$VERSION.tar \ -&& cvs tag -d dist_test \ && cvs ci -m "Makefile for version $VERSION" Makefile \ -&& cvs tag $TAG +&& cvs tag -dc $TAG echo Do not forget to change VERSION in Makefile to experimental if echo you plan to modify the sources from now on. echo