From owner-freebsd-stable Mon Aug 6 14: 1:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from home.paped.com (unknown [194.209.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 5973137B405 for ; Mon, 6 Aug 2001 14:01:09 -0700 (PDT) (envelope-from freebsd@paped.com) Received: from paped.com (home.local [192.168.1.1]) by home.paped.com (8.11.5/8.11.4) with ESMTP id f76L18808738 for ; Mon, 6 Aug 2001 23:01:08 +0200 (CEST) (envelope-from freebsd@paped.com) Received: (from freebsd@localhost) by paped.com (8.11.5/8.9.3) id f76L18K04513; Mon, 6 Aug 2001 23:01:08 +0200 (CEST) (envelope-from freebsd) Date: Mon, 6 Aug 2001 23:01:08 +0200 From: Pascal Pederiva To: freebsd-stable@FreeBSD.ORG Subject: Re: ? sys/modules/accf_data/.depend Message-ID: <20010806230108.B3899@paped.com> Mail-Followup-To: Pascal Pederiva , freebsd-stable@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from arno@heho.snv.jussieu.fr on Mon, Aug 06, 2001 at 08:13:58PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, if you mount /usr/src AND /usr/obj on the client machines, you can simply do a 'make installworld installkernel' and the .depend won't bother you. It doesn't make sense to run buildworld from every client - but building a customer kernel does. > a cvs diff on /usr/src gives me: > > ? sys/modules/accf_data/.depend This simply means, that .depend is a file that CVS does not know anything about - usually means the file was created later - e.g. during the make. Pascal On Mon, Aug 06, 2001 at 08:13:58PM +0200, Arno J. Klaassen wrote: > > Hello, > > I use nfs-mounted /usr/src to upgrade my different machines. > This often breaks if I compiled before on the nfs-server machine, > since buildkernel leaves a file /usr/src/sys/modules/accf_data/.depend > (which does not necessarily contain the same paths on the client > machine (/usr/obj/ differences)). > Effectively (after a clean cvs checkout;make buildworld buildkernel) > > I'm not familair enough with bsdmake to find out if some ${OBJDIR} > is missing somewhere. > > Arno > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message