aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-06 17:08:50 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-06 17:08:50 +0000
commitf560effab6f7242c88938f76782d56ba732c31a8 (patch)
tree5e7dc24f021b8434c8afee4c3eb57b24756780f0 /Makefile.devel
parent5065a510e57545acbff26543ddba175f6052ea3c (diff)
Add -d to first update in tag
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index cf8c11ae..a3266eea 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -342,7 +342,7 @@ tag:
@echo " Tagging sources... (you must rerun if CVS source dirty)"
@echo "*************************************************"
# Update the sources, this is almost always what we want to do.
- if [ -z "$(NOCVS)" ] && [ -n "`cvs -n -q update -P | grep '^[MC] '`" ]; then cvs update -Pd; exit 1; fi
+ if [ -z "$(NOCVS)" ] && [ -n "`cvs -n -q update -Pd | grep '^[MC] '`" ]; then cvs update -Pd; exit 1; fi
# Tag proof-site.el and ProofGeneral.spec
(cd generic; mv $(VERSIONFILE) $(VERSIONFILE).old; sed -e 's/defconst $(VERSIONVARIABLE) \".*\"/defconst $(VERSIONVARIABLE) \"Proof General Version $(FULLVERSION). Released by da$(DATEMSG).\"/g' $(VERSIONFILE).old > $(VERSIONFILE); rm $(VERSIONFILE).old)
(cd etc; mv ProofGeneral.spec ProofGeneral.spec.old; sed -e 's/Version:.*$$/Version: $(VERSION)/g' ProofGeneral.spec.old > ProofGeneral.spec; rm ProofGeneral.spec.old)