[freeside-commits] freeside Makefile,1.196.2.9,1.196.2.10

Ivan,,, ivan at wavetail.420.am
Tue Jun 14 19:38:28 PDT 2011


Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv5840

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Makefile 
Log Message:
further refine check-conflicts to avoid false positives

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.196.2.9
retrieving revision 1.196.2.10
diff -u -w -d -r1.196.2.9 -r1.196.2.10
--- Makefile	15 Jun 2011 01:41:14 -0000	1.196.2.9
+++ Makefile	15 Jun 2011 02:38:26 -0000	1.196.2.10
@@ -394,7 +394,7 @@
 	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...
 



More information about the freeside-commits mailing list