rpms/util-vserver/devel Makefile,1.3,1.4

ensc ensc at fedoraproject.org
Wed Jun 2 19:49:37 UTC 2010


Author: ensc

Update of /cvs/extras/rpms/util-vserver/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9295

Modified Files:
	Makefile 
Log Message:
use $(CVS), not cvs


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- Makefile	25 Nov 2009 22:52:48 -0000	1.3
+++ Makefile	2 Jun 2010 19:49:37 -0000	1.4
@@ -1,9 +1,10 @@
 # Makefile for source rpm: util-vserver
 NAME := util-vserver
 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