Just a test.
authorrich <rich>
Sat, 8 Nov 2003 11:35:22 +0000 (11:35 +0000)
committerrich <rich>
Sat, 8 Nov 2003 11:35:22 +0000 (11:35 +0000)
Makefile

index b973f5c..e10f8ed 100644 (file)
--- 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.