[freeside-commits] freeside Makefile,1.209,1.210

Ivan,,, ivan at wavetail.420.am
Tue Jun 14 18:41:15 PDT 2011


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

Modified Files:
	Makefile 
Log Message:
added protection to Makfile against deploying cvs conflicts

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -w -d -r1.209 -r1.210
--- Makefile	15 Jun 2011 01:41:06 -0000	1.209
+++ Makefile	15 Jun 2011 01:41:13 -0000	1.210
@@ -409,7 +409,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