From owner-cvs-all Sat Oct 2 14:50:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9107A14C1B; Sat, 2 Oct 1999 14:50:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37598; Sat, 2 Oct 1999 14:50:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910022150.OAA37598@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 14:50:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc choose-temp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 14:50:07 PDT Modified files: contrib/gcc choose-temp.c Log: * We have /var/tmp, not /usr/tmp. So use that where EGCS used the latter. * In the absence of the env vars TMPDIR, TMP, TEMP (which override this ordering), attempt to create temperary files in /tmp, P_tmpdir (/var/tmp), /usr/tmp, and . until successful. Revision Changes Path 1.2 +8 -4 src/contrib/gcc/choose-temp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message