diff options
author | ivan <ivan> | 2011-06-15 01:41:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-06-15 01:41:13 +0000 |
commit | 2c2ef354ac4311c07796dca34340d7e4b5c59520 (patch) | |
tree | 6379cd15ac773e7ef739d19b5c09dbd25e68a63d | |
parent | e40181be768dc726e52698c016e540a0b443b0f9 (diff) |
added protection to Makfile against deploying cvs conflicts
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ clean: make clean check-conflicts: - ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler '^=======$$' . + ! 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... |