summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f06b63134..a06e0f35c 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}