From: simonmar Date: Wed, 22 Dec 1999 10:11:48 +0000 (+0000) Subject: [project @ 1999-12-22 10:11:48 by simonmar] X-Git-Tag: Approximately_9120_patches~5363 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7fd0e6b9ae44d9e4fdcc8183608bdae80d39d849;p=ghc-hetmet.git [project @ 1999-12-22 10:11:48 by simonmar] Add comment about TMPDIR. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index e21abe3..f616629 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -347,6 +347,11 @@ NoFibHcOpts = -O # ################################################################################ +# Directory used by GHC (and possibly other tools) for storing +# temporary files. If your /tmp isn't big enough, either override +# this in build.mk or set your environment variable "TMPDIR" to point +# to somewhere with more space. (TMPDIR=. is a good choice). + TMPDIR = /tmp # FPTOOLS_TOP: the top of the fptools hierarchy, absolute path.