diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-07-04 15:27:24 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-07-04 15:30:45 +0200 |
commit | f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55 (patch) | |
tree | 5228718da2051a29c5d92d49d014114568f3cbce /manual | |
parent | eb04c21373e2a2885f3d52ff192b0499afe3c672 (diff) | |
download | glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.tar glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.tar.gz glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.tar.bz2 glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.zip |
testrun.sh: Implement --tool=strace, --tool=valgrind
$(file …) appears to be the only convenient way to create files
with newlines and make substitution variables. This needs make 4.0
(released in 2013), so update the requirement to match.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/manual/install.texi b/manual/install.texi index 422da1447e..42e9954199 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -473,13 +473,7 @@ build @theglibc{}: @itemize @bullet @item -GNU @code{make} 3.79 or newer - -You need the latest version of GNU @code{make}. Modifying @theglibc{} -to work with other @code{make} programs would be so difficult that -we recommend you port GNU @code{make} instead. @strong{Really.} We -recommend GNU @code{make} version 3.79. All earlier versions have severe -bugs or lack features. +GNU @code{make} 4.0 or newer @item GCC 4.9 or newer |