diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-20 21:09:12 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-20 21:10:24 +0100 |
commit | 9634e24519981c32b9c2a6570898b87aa9111405 (patch) | |
tree | 9d9c417e627069dc96c01e67174590fa52f1922e /testsuite/mk/boilerplate.mk | |
parent | 1ef7add01ead4cbe065297f68306d9bc4b456156 (diff) | |
download | haskell-9634e24519981c32b9c2a6570898b87aa9111405.tar.gz |
unexport MAKEFLAGS when running tests (#11569)
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index 5f4a3e9c63..4bae8a11b8 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -1,3 +1,5 @@ +unexport MAKEFLAGS # See Trac #11569 + # Eliminate use of the built-in implicit rules, and clear out the default list # of suffixes for suffix rules. Speeds up make quite a bit. Both are needed # for the shortest `make -d` output. |