summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-06-15 01:41:14 +0000
committerivan <ivan>2011-06-15 01:41:14 +0000
commitec2f9c4ac6aaf879abe61444041ca8739621a415 (patch)
tree920b0c9d26448c9f9aa5cd6e3023a9bd1246185e
parent30929a2729c3e40beb5f54d0795857cbb36e0969 (diff)
added protection to Makfile against deploying cvs conflicts
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41be03b43..30008d598 100644
--- a/Makefile
+++ b/Makefile
@@ -394,7 +394,7 @@ clean:
make clean
check-conflicts:
- ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats '^=======$$' .
+ ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler. '^=======$$' .
#these are probably only useful if you're me...