summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-03-02 07:02:33 +0000
committerPeter Jones <pjones@redhat.com>2005-03-02 07:02:33 +0000
commit01dafd849f6016508574a7d41a35023b76dc4e9b (patch)
tree9eddfa318817d9a8e11b8453a4a670bfacfdec4d /Makefile
parent9ea1e07339a350523601b223e6923741d1a5e8be (diff)
downloadanaconda-01dafd849f6016508574a7d41a35023b76dc4e9b.tar.gz
anaconda-01dafd849f6016508574a7d41a35023b76dc4e9b.tar.xz
anaconda-01dafd849f6016508574a7d41a35023b76dc4e9b.zip
suppress warning for CVSROOT if this is a CVS export
add more files to the changelog for gcc4 stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab80009ca..5fac97198 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)
+CVSROOT := $(shell cat CVS/Root 2>/dev/null)
SUBDIRS = isys loader2 po stubs \
textw utils scripts bootdisk installclasses \