Point P_tmpdir to /tmp instead of /var/tmp.
authorSimon Schubert <corecode@dragonflybsd.org>
Tue, 17 Apr 2007 22:25:45 +0000 (22:25 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Tue, 17 Apr 2007 22:25:45 +0000 (22:25 +0000)
commit3986dc9b9224ac750cb0e6b870bd2430778b5fa2
treea14ff1b780f15509b64c27c829a38a273f165355
parent98cb2337e1000153d84b64a5e9aabbecda8e8dbf
Point P_tmpdir to /tmp instead of /var/tmp.

Temp files are much better of placed in /tmp than in the not-so-volatile
/var/tmp.  Additionally, people might get space issues or might have tuned
their /tmp for speed, but not /var/tmp.

Libiberty, among other consumers is using P_tmpdir to place the temp files,
leading compiler temp files being created in /var/tmp.
include/stdio.h