diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-09-01 12:13:18 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-09-01 14:12:22 -0400 |
commit | 1e39c29ab55b9df83df142ad50e7a79e22f47f9e (patch) | |
tree | 99f4e3c5e556de48cbc596aabc7f10275567266f /docs/users_guide/separate_compilation.rst | |
parent | a48de37dcca98e7d477040b0ed298bcd1b3ab303 (diff) | |
download | haskell-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.rst | 4 |
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 |