summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-03-22 22:43:57 +0000
committerPeter Jones <pjones@redhat.com>2005-03-22 22:43:57 +0000
commitc43964185ce131ebd8a3d99967a6b0ad09939cc3 (patch)
treeee9fa9b27fe38a031febfacdabde4b44a7ac421a /Makefile
parentd133c08d5b5e2a07c3c4579099b25d4773598b29 (diff)
downloadanaconda-c43964185ce131ebd8a3d99967a6b0ad09939cc3.tar.gz
anaconda-c43964185ce131ebd8a3d99967a6b0ad09939cc3.tar.xz
anaconda-c43964185ce131ebd8a3d99967a6b0ad09939cc3.zip
make it possible to override CVSROOT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fac97198..c1ad1646e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
include Makefile.inc
VERSION := $(shell awk '/Version:/ { print $$2 }' anaconda.spec)
RELEASE := $(shell awk '/Release:/ { print $$2 }' anaconda.spec)
-CVSROOT := $(shell cat CVS/Root 2>/dev/null)
+CVSROOT := ${CVSROOT:-$(shell cat CVS/Root 2>/dev/null))
SUBDIRS = isys loader2 po stubs \
textw utils scripts bootdisk installclasses \