summaryrefslogtreecommitdiff
path: root/docs/users_guide/separate_compilation.rst
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-09-01 12:13:18 -0400
committerBen Gamari <ben@smart-cactus.org>2016-09-01 14:12:22 -0400
commit1e39c29ab55b9df83df142ad50e7a79e22f47f9e (patch)
tree99f4e3c5e556de48cbc596aabc7f10275567266f /docs/users_guide/separate_compilation.rst
parenta48de37dcca98e7d477040b0ed298bcd1b3ab303 (diff)
downloadhaskell-1e39c29ab55b9df83df142ad50e7a79e22f47f9e.tar.gz
Kill vestiages of DEFAULT_TMPDIR
It was removed long ago in cf403b50900648063d99afa160d2091a7d6f58c1. Thanks for @rwbarton for catching this. Updates nofib submodule. Test Plan: Validate Reviewers: austin, rwbarton Subscribers: thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D2493 GHC Trac Issues: #12443
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r--docs/users_guide/separate_compilation.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst
index e83cd8e6aa..aa99c98f79 100644
--- a/docs/users_guide/separate_compilation.rst
+++ b/docs/users_guide/separate_compilation.rst
@@ -405,10 +405,6 @@ Redirecting temporary files
name of the directory where temporary files should be put. GCC and other
programs will honour the :envvar:`TMPDIR` variable as well.
- Even better idea: Set the :envvar:`DEFAULT_TMPDIR` :command:`make` variable when
- building GHC, and never worry about :envvar:`TMPDIR` again. (see the build
- documentation).
-
.. _hi-options:
Other options related to interface files