Date: Mon, 6 Aug 2001 23:01:08 +0200 From: Pascal Pederiva <freebsd@paped.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: ? sys/modules/accf_data/.depend Message-ID: <20010806230108.B3899@paped.com> In-Reply-To: <wpbslt6opl.fsf@heho.snv.jussieu.fr>; from arno@heho.snv.jussieu.fr on Mon, Aug 06, 2001 at 08:13:58PM %2B0200 References: <wpbslt6opl.fsf@heho.snv.jussieu.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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/<whereever> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010806230108.B3899>