summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-17 12:33:33 -0500
committerUlrich Drepper <drepper@gmail.com>2011-11-17 12:33:33 -0500
commit9d65ea3a9b83ac3961229ba296a7caf90abce68d (patch)
treea9b3c7ac1a524042d35fc22f296058456486d5b1 /Makefile.in
parent5583a0862cf94f71cbcde91c4043a20af65facca (diff)
Remove handling of VCs other then git
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 1c1e2c1df1..1f5dc1cd72 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,14 +3,9 @@ srcdir = @srcdir@
# Uncomment the line below if you want to do parallel build.
# PARALLELMFLAGS = -j 4
-# This option is for those who modify the sources and keep them in a
-# CVS repository. Sometimes it is necessary to pass options to the cvs
-# program (not the command), like -z9 or -x.
-# CVSOPTS = -z9
-
all .DEFAULT:
- $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
+ $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
install:
LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
- $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" CVSOPTS="$(CVSOPTS)" -C $(srcdir) objdir=`pwd` $@
+ $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@