This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] add handling of GNUTMPDIR


Manually tested under alpha-openvms
Tested on i686-linux, committed on trunk

On Open VMS, logical name GNUTMPDIR is used to designate a directory
to store temporary files. This patch makes sure that temporary files
are stored in this directory when logical variable TMPDIR is not defined.
The test for this is to define GNUTMPDIR on VMS, without defining TMPDIR,
and to check that the temporary files are created there.

2007-08-31  Vincent Celier  <celier@adacore.com>

	* tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR

Attachment: difs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]