aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 18:55:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 18:55:11 +0000
commit221c02fd784cb6015b232dc1a664300ecd1df5e1 (patch)
tree499655f1523b76c8ef60adb6add6f0fc4ce928a4 /Makefile.devel
parentaa9e0cf5074b2884fb726a706277d0c2b917c296 (diff)
Added -b option to tag.
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 761b6819..fe9fa9ef 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -52,7 +52,7 @@
# PRERELEASE_PREFIX is used to match PRERELEASE_TAG in sed
# line in tag target below, which edits $(DOWNLOADHTML)
PRERELEASE_PREFIX=3\.0pre
-PRERELEASE_TAG=3.0pre$(shell date "+%y%m%d")
+PRERELEASE_TAG=3.1pre$(shell date "+%y%m%d")
PREREL_TAG_FILE=prereltag.txt
DOWNLOADHTML=devel.phtml
@@ -269,7 +269,7 @@ tag:
# that version. Otherwise we could use the %{version} macro in the spec file.
(cd etc; mv ProofGeneral.spec ProofGeneral.spec.old; sed -e 's/ProofGeneral-.*.tar.gz/$(RELEASENAMETARGZ)/g' ProofGeneral.spec.old > ProofGeneral.spec; rm ProofGeneral.spec.old)
if [ -z "$(NOCVS)" ]; then cvs commit -m"Set version tag for new release." generic/$(VERSIONFILE) html/$(DOWNLOADHTML) etc/ProofGeneral.spec; fi
- if [ -z "$(NOCVS)" ]; then cvs tag "$(CVS_RELEASENAME)"; fi
+ if [ -z "$(NOCVS)" ]; then cvs -b tag "$(CVS_RELEASENAME)"; fi
############################################################
##