From 6662dd7c5260d74d92df0437d1eeebcb2baa6fe4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 25 May 2010 12:33:51 +0000 Subject: [PATCH] fix the rel target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.11.0