summaryrefslogtreecommitdiff
path: root/doc/doc-txt/OptionLists.txt
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2016-02-02 20:56:15 +0300
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-02-05 11:17:52 +0100
commit75286da3fea0f1640b8b4271ffd0098a6ac0a2f8 (patch)
tree897eab3ee7266b554da4dfaffba474fe168ff076 /doc/doc-txt/OptionLists.txt
parent06685b44bbff151655dd0e2fbaa8cbb8cd44c08a (diff)
Rename build-time option TMPDIR to EXIM_TMPDIR
Build-time option TMPDIR included in Makefile clashes with environment variable of the same name. This breaks tools that make use of that variable, such as distcc. The following example demonstrates what's going on: $ cat Makefile TMPDIR="/tmp" all: env $ export TMPDIR=test $ make | grep ^TMPDIR TMPDIR="/tmp" distcc error (note the extra quotes): ERROR: can't use TMPDIR ""/tmp"": No such file or directory
Diffstat (limited to 'doc/doc-txt/OptionLists.txt')
-rw-r--r--doc/doc-txt/OptionLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt
index 375850d6b..53c07436a 100644
--- a/doc/doc-txt/OptionLists.txt
+++ b/doc/doc-txt/OptionLists.txt
@@ -968,7 +968,7 @@ TCP_WRAPPERS_DAEMON_NAME system* daemon name used by tcpwrappers librar
TIMEZONE_DEFAULT optional default for timezone option
TLS_INCLUDE optional path to include files for TLS
TLS_LIBS optional additional libraries for TLS
-TMPDIR system value for TMPDIR environment variable
+EXIM_TMPDIR system value for TMPDIR environment variable
TRANSPORT_APPENDFILE driver include appendfile transport
TRANSPORT_AUTOREPLY driver include autoreply transport
TRANSPORT_LMTP driver include lmtp transport