From 148494ecb9d27a993e1b0537fd3ac770fbc38ef8 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 8 Nov 2003 11:35:22 +0000 Subject: [PATCH] Just a test. --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b973f5c..e10f8ed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Interface to Perl from OCaml. # Copyright (C) 2003 Merjis Ltd. -# $Id: Makefile,v 1.15 2003-11-08 11:33:39 rich Exp $ +# $Id: Makefile,v 1.16 2003-11-08 11:35:22 rich Exp $ include Makefile.config @@ -150,8 +150,10 @@ check-manifest: # Debian packages. dpkg: - # Check we're up to date. - cvs update + @if [ `cvs -q update | wc -l` ]; then \ + echo Please commit all changes to CVS first.; \ + exit 1; \ + fi # Documentation. -- 1.8.3.1