fix the rel target
authorivan <ivan>
Tue, 25 May 2010 12:33:51 +0000 (12:33 +0000)
committerivan <ivan>
Tue, 25 May 2010 12:33:51 +0000 (12:33 +0000)
Makefile

index f06b631..a06e0f3 100644 (file)
--- 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}