rpms/milter-greylist/devel Makefile,1.3,1.4

ensc ensc at fedoraproject.org
Wed Jun 9 19:56:17 UTC 2010


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8774

Modified Files:
	Makefile 
Log Message:
removed hardcoded cvs



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- Makefile	25 Nov 2009 23:18:47 -0000	1.3
+++ Makefile	9 Jun 2010 19:56:17 -0000	1.4
@@ -1,9 +1,10 @@
 # Makefile for source rpm: milter-greylist
 NAME := milter-greylist
 SPECFILE = $(firstword $(wildcard *.spec))
+CVS ?= cvs
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; $(CVS) -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))



More information about the scm-commits mailing list