From owner-cvs-all Sun Aug 22 13:32: 7 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 8CDEA14E9F; Sun, 22 Aug 1999 13:32:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 784FB1CD89B; Sun, 22 Aug 1999 13:32:05 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Sun, 22 Aug 1999 13:32:05 -0700 (PDT) From: Kris Kennaway To: Tim Vanderhoek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make job.c job.h In-Reply-To: <199908220528.WAA74585@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 21 Aug 1999, Tim Vanderhoek wrote: > Modified files: > usr.bin/make job.c job.h > Log: > Fix a temp file race occurring only when -j is used. Ah good, I'd forgotten to do this myself when I noticed it a few months ago (L0pht's tempwatch running during a make world -j2). FWIW, there's another race somewhere in binutils (I think) which I never tracked down. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message