From owner-freebsd-current Fri Sep 18 09:40:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18174 for freebsd-current-outgoing; Fri, 18 Sep 1998 09:40:52 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18141 for ; Fri, 18 Sep 1998 09:40:39 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id SAA00421; Fri, 18 Sep 1998 18:40:12 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id SAA16578; Fri, 18 Sep 1998 18:40:11 +0200 (MET DST) Message-ID: <19980918184011.46557@follo.net> Date: Fri, 18 Sep 1998 18:40:11 +0200 From: Eivind Eklund To: Nate Williams Cc: current@FreeBSD.ORG Subject: Re: Compiler temp files in /var/tmp?!? References: <19980918180324.23697@follo.net> <199809181634.KAA25157@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809181634.KAA25157@mt.sri.com>; from Nate Williams on Fri, Sep 18, 1998 at 10:34:51AM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 18, 1998 at 10:34:51AM -0600, Nate Williams wrote: > > Something (and I've not yet investigated closely what) is writing to > > (or at least accessing) /var/tmp for each kernel source file[1] that > > is compiled on my box. I quote from hier(7): > > > > /var/ multi-purpose log, temporary, transient, and spool files > > tmp/ temporary files that are kept between system reboots > > > > > > I'm not able to find any reference to var/tmp in the gcc sources (and > > I have none in my environment). > > Have you set TMPDIR to /var/tmp? No. That's part of what I was referring to with 'and I have none in my environment'. It seems to be using /var/tmp by default. It keep working if I unmount the disk /var/tmp is symlinked into (I assume by using /tmp instead). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message