summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-05-25 12:33:51 +0000
committerivan <ivan>2010-05-25 12:33:51 +0000
commit6662dd7c5260d74d92df0437d1eeebcb2baa6fe4 (patch)
treed486b5f4ccca6c75112f5d163e8505993c1355fd
parentcf348dfa1130d47bcb692b3bba07cbc6f3a32bf8 (diff)
fix the rel target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f06b631..a06e0f3 100644
--- a/Makefile
+++ b/Makefile
@@ -405,7 +405,7 @@ release:
cvs commit -m "Updated for ${VERSION}" debian/changelog
# Make sure other people's changes are pulled in!
- cvs update -d -P
+ cvs update -d -P || true #it exits 1...
# Tag the release
#cvs tag ${TAG}