From owner-freebsd-questions Fri Jul 28 2:58:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id 7B01937C292 for ; Fri, 28 Jul 2000 02:57:46 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id VAA03067; Fri, 28 Jul 2000 21:57:12 +1200 (NZST) (envelope-from jonc) Date: Fri, 28 Jul 2000 21:57:12 +1200 From: Jonathan Chen To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: make depend fails on Kernel Message-ID: <20000728215712.A3022@jonc.ntdns.wilsonandhorton.co.n> References: <39812D76.7E9C091A@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from doc@wcug.wwu.edu on Fri, Jul 28, 2000 at 12:00:38AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 28, 2000 at 12:00:38AM -0700, David Daugherty wrote: [...] > 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) Read /usr/src/UPDATING. You have to do a `make world' first, and then `make buildkernel KERNEL=YOURKERNEL' + then the `make installkernel' -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message