aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-09-12 11:57:45 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-09-13 15:09:36 +0000
commita64e7b393c1181cfad5e9a30f75b83bbc317838b (patch)
tree0d7ad500ea8c820eeb75d61693845041ed0a1606
parentf9ea7ab79897bd3ed2edbf4a66c2a76f897f148d (diff)
Cleanup: remove unused references to makeversion/MAKEVERSION.
Change-Id: I207bf298cdeb812ab1e0e1dacdbb3bcd515f0332
-rwxr-xr-xconfigure9
-rw-r--r--configure.ac9
-rw-r--r--host.conf.in1
3 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index cf6b389d..05143ae5 100755
--- a/configure
+++ b/configure
@@ -3582,15 +3582,6 @@ _ACEOF
fi
-# Versions of Make before 4.0 have a bug which breaks eglibc builds when
-# using parallel jobs.
-#makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
-#MAKEVERSION="${makeversion}"
-#AC_SUBST(MAKEVERSION)
-#if test ${makeversion} -lt 400; then
-# AC_MSG_WARN([Make 4.0 is missing, which is required])
-#fi
-
# Figure out which packaging system is in use. Since it's possible to
# install both on a system.
deb="`grep -ic 'ubuntu\|debian' /etc/issue`"
diff --git a/configure.ac b/configure.ac
index 50781c24..cef91137 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,15 +127,6 @@ dnl Building GDB requires ncurses and termcap
#fi
AC_CHECK_LIB(z, gzread)
-# Versions of Make before 4.0 have a bug which breaks eglibc builds when
-# using parallel jobs.
-#makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
-#MAKEVERSION="${makeversion}"
-#AC_SUBST(MAKEVERSION)
-#if test ${makeversion} -lt 400; then
-# AC_MSG_WARN([Make 4.0 is missing, which is required])
-#fi
-
# Figure out which packaging system is in use. Since it's possible to
# install both on a system.
deb="`grep -ic 'ubuntu\|debian' /etc/issue`"
diff --git a/host.conf.in b/host.conf.in
index 085bade8..4255742e 100644
--- a/host.conf.in
+++ b/host.conf.in
@@ -31,7 +31,6 @@ install=@ENABLE_INSTALL@
make_docs=@ENABLE_MAKE_DOCS@
supdate=@ENABLE_SOURCE_UPDATE@
parallel=@ENABLE_PARALLEL@
-makeversion=@MAKEVERSION@
wget_bin=@WGET@
fileserver=@FILESERVER@