Date: Tue, 1 Oct 2002 14:52:49 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Jan Lentfer <Jan.Lentfer@web.de> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: make depend fails for kernel Message-ID: <15769.61185.699375.617157@grasshopper.cs.duke.edu> In-Reply-To: <1033490237.4110.5.camel@jan-linux.lan> References: <1033490237.4110.5.camel@jan-linux.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
Jan Lentfer writes: > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not > find bsd.links.mk > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/EV56. > bash-2.05a# <..> > Any ideas? You haven't installed the new world yet, have you? Do one of the above (in order of supportedness): 1) Use make buildkernel / make installkernel with the appropriate KERNCONF: make buildkernel KERNCONF=EV56 2) Just make -m /usr/src/share/mk so that make can pick up the appropriate .mk files 3) Install the world first (DANGEROUS, not advised for a novice) Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15769.61185.699375.617157>