Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2000 00:00:38 -0700 (PDT)
From:      David Daugherty <doc@wcug.wwu.edu>
To:        Kent Stewart <kstewart@urx.com>
Cc:        "J. Goodleaf" <goodleaf@goodleaf.net>, questions@FreeBSD.ORG
Subject:   Re: make depend fails on Kernel
Message-ID:  <Pine.LNX.3.96.1000727235416.5652A-100000@sloth>
In-Reply-To: <39812D76.7E9C091A@urx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 27 Jul 2000, Kent Stewart wrote:

> David Daugherty wrote:
> > 
> > On Thu, 27 Jul 2000, J. Goodleaf wrote:
> > 
> > > I don't know if it will help, but you might have better luck using the
> > > 'make buildkernel KERNEL=[your kernel]' 'make installkernel' method, which
> > > I believe is now the officially preferred method for kernel builds,
> > > especially with upgraded systems. This is detailed in /src/UPDATING. I
> > > don't know if it's yet filtered into the handbook, but I would definitely
> > > take a look at UPDATING. (It's not so bad. Initially, I was greatly peeved
> > > that my 'config' 'make' thing had been deprecated, but I don't think the
> > > newer method is at all a pain. There are just a few more steps to it.)
> > I looked on the bsd list archive and found I needed to go to /usr/src then
> > make buildkernel KERNEL=MACHINENAME I then get:
> > make: don't know how to make buildkernel. Stop
> > 
> > This is not an upgrade. I just installed the src and hour and a half ago.
> Did you copy GENERIC into MACHINENAME? It won't work until you do.
Yup. This is what I've done:
Installed 4.0-R from iso
cvsup'd
/stand/sysinstall
Configure->Distributions->src->sys
cp GENERIC MACHINENAME
removed lines at beginning of MACHINENAME
{
	cpu I386
	cpu I486
	cpu I686

	ident GENERIC is now MACHINENAME
}
/usr/sbin/config MACHINENAME
cd ../../compile/MACHINENAME
make depend

and I get:
make: don't know how to make ../../../include/stddef.h. Stop

Which is where I get stuck ;7)

David
Software Engineer - NetManage
Work email: david.daugherty@netmanage.com
Home email: doc@wcug.wwu.edu
ICQ 21106703
Washington State Resident



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.1000727235416.5652A-100000>