summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-07-04 15:27:24 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-07-04 15:30:45 +0200
commitf2873d2da0ac9802e0b570e8e0b9e7e04a82bf55 (patch)
tree5228718da2051a29c5d92d49d014114568f3cbce /ChangeLog
parenteb04c21373e2a2885f3d52ff192b0499afe3c672 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c17caff776..a8b15be55f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-07-04 Florian Weimer <fweimer@redhat.com>
+
+ testrun.sh: Implement --tool=strace, --tool=valgrind
+ * Makefile (testrun-script): Define variable.
+ (testrun.sh): Use variable.
+ * manual/install.texi (Tools for Compilation): make 4.0 or later
+ is required.
+ * configure.ac: Check for make 4.0 or later.
+ * INSTALL: Regenerate.
+ * configure: Likewise.
+
2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
[BZ #23233]