summaryrefslogtreecommitdiff
path: root/mk/tree.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-10-30 20:22:24 +0100
committerBen Gamari <ben@smart-cactus.org>2015-10-30 20:22:25 +0100
commit59e728bc0b47116e3c9a8b21b14dc3198531b9a9 (patch)
treecbeca1d52f2eb69ba1df117bf3b78844699f7ba2 /mk/tree.mk
parentf78b477bd0ba1f85089c515259c9e3145abd1f7b (diff)
downloadhaskell-59e728bc0b47116e3c9a8b21b14dc3198531b9a9.tar.gz
Testsuite: suggest quoting $(TEST_HC)
Test Plan: it works Reviewers: bgamari, rwbarton, austin Reviewed By: austin Subscribers: rwbarton Differential Revision: https://phabricator.haskell.org/D1377
Diffstat (limited to 'mk/tree.mk')
-rw-r--r--mk/tree.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/tree.mk b/mk/tree.mk
index 887e643340..b333e64bef 100644
--- a/mk/tree.mk
+++ b/mk/tree.mk
@@ -27,6 +27,9 @@ INPLACE_PERL = $(INPLACE)/perl
#
################################################################################
+# See Note [Spaces in TEST_HC].
+# Directory contains multiple spaces, to test that multiple spaces aren't
+# getting collapsed into a single space.
BIN_DIST_INST_SUBDIR = "install dir"
BIN_DIST_INST_DIR = bindisttest/$(BIN_DIST_INST_SUBDIR)