From owner-freebsd-current Thu Oct 2 19:02:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08934 for current-outgoing; Thu, 2 Oct 1997 19:02:29 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08923 for ; Thu, 2 Oct 1997 19:02:21 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id LAA00633; Fri, 3 Oct 1997 11:29:42 +0930 (CST) Message-Id: <199710030159.LAA00633@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Simon Shapiro cc: freebsd-current@freebsd.org Subject: Re: Make depend is broken? Still?? In-reply-to: Your message of "Thu, 02 Oct 1997 17:41:25 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 11:29:39 +0930 From: Mike Smith Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi Y'all, > > I may dare say there is a possibility of a bug in the -current main > makefile; It's not there. The problem is that the initial depend pass for 'make' puts the .depend file in the source directory : kingsford:/work/src/usr.bin/make>ls -la .depend -rw-r--r-- 1 root users 35208 Oct 2 15:24 .depend Here I'm worlding as root and thus can write it OK; I suspect your problem is that you aren't, and thus can't. I don't know why this is happening. mike