[redhat-rpm-config: 147/215] Remove unused CVSROOT variable from Makefile

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:30:45 UTC 2014


commit c57d60b64ee2515f93ffd118f715cd97bca0fca9
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Fri Jan 22 16:25:45 2010 +0200

    Remove unused CVSROOT variable from Makefile

 Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 4325bb2..293ec47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 NAME=redhat-rpm-config
 VERSION=$(shell awk '/Version:/ { print $$2 }' $(NAME).spec)
 
-CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
-
 CVSTAG = REDHAT_RPM_CONFIG_$(subst .,_,$(VERSION))
 
 all:


More information about the scm-commits mailing list