From owner-freebsd-questions Sun Oct 14 12:24:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swebase.com (mail.swebase.com [213.80.38.1]) by hub.freebsd.org (Postfix) with ESMTP id 14CDF37B40D for ; Sun, 14 Oct 2001 12:24:11 -0700 (PDT) Received: from swebaselaptop [213.67.37.16] by swebase.com with ESMTP (SMTPD32-6.06) id A68CD5400C6; Sun, 14 Oct 2001 21:25:00 +0200 Message-ID: <001f01c154e5$e809b9c0$102543d5@swebaselaptop> From: "Kasper (Swebase)" To: "Andrew C. Hornback" , References: <006d01c1543d$5f3c2540$6600000a@columbia> Subject: Re: Kernel. Date: Sun, 14 Oct 2001 21:24:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The problem is not how to build a kernel because i know that. The problem is that i cannot build a kernel because i get the bellow. > > devil# /usr/sbin/config kernel > > Don't forget to do a ``make depend'' > > Kernel build directory is ../../compile/kernel > > devil# cd ../../compile/kernel > > devil# make depend > > Makefile:27: *** missing separator. Stop. > > devil# /Kasper ----- Original Message -----=20 From: "Andrew C. Hornback" To: "Kasper (swebase)" ; = Sent: Sunday, October 14, 2001 1:18 AM Subject: RE: Kernel. > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kasper > > (swebase) > > Sent: Saturday, October 13, 2001 9:08 AM > > To: freebsd-questions@freebsd.org > > Subject: Kernel. > > > > I have a BSD server (3.3-stable) > > > > But i have a serious problem, i can not build a kernel anymore. > > I have added a new source tree but i still cannot build a kernel. > > > > The error i get is this. > > > > devil# /usr/sbin/config kernel > > Don't forget to do a ``make depend'' > > Kernel build directory is ../../compile/kernel > > devil# cd ../../compile/kernel > > devil# make depend > > Makefile:27: *** missing separator. Stop. > > devil# > > > > Whats wrong? > > > > I cannot build a generic kernel either. >=20 > Umm, GENERIC should already have been built for you. As to building a = new > kernel, I believe you do: >=20 > 1) make > 2) make install > 3) shutdown -h now > 4) reboot and the new kernel comes up. >=20 > At least that's how I do it, and that's how Greg's book (3rd edition) = shows > how to do it. >=20 > --- Andy >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message