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 /NEWS | |
parent | eb04c21373e2a2885f3d52ff192b0499afe3c672 (diff) | |
download | glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.tar.gz glibc-f2873d2da0ac9802e0b570e8e0b9e7e04a82bf55.tar.xz 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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 21b457a050..b1ce067d27 100644 --- a/NEWS +++ b/NEWS @@ -154,7 +154,7 @@ Deprecated and removed features, and other changes affecting compatibility: Changes to build and runtime requirements: - [Add changes to build and runtime requirements here] + GNU make 4.0 or later is now required to build glibc. Security related changes: |