From owner-freebsd-questions Sat Oct 13 16:20:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc26.worldnet.att.net (mtiwmhc26.worldnet.att.net [204.127.131.51]) by hub.freebsd.org (Postfix) with ESMTP id 4CA0C37B40A for ; Sat, 13 Oct 2001 16:20:43 -0700 (PDT) Received: from columbia ([12.93.212.229]) by mtiwmhc26.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011013232039.KMMR9404.mtiwmhc26.worldnet.att.net@columbia>; Sat, 13 Oct 2001 23:20:39 +0000 From: "Andrew C. Hornback" To: "Kasper (swebase)" , Subject: RE: Kernel. Date: Sat, 13 Oct 2001 19:18:31 -0400 Message-ID: <006d01c1543d$5f3c2540$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <000201c153e8$20a559f0$f02750d5@swebasekasper> Importance: Normal 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 > -----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. Umm, GENERIC should already have been built for you. As to building a new kernel, I believe you do: 1) make 2) make install 3) shutdown -h now 4) reboot and the new kernel comes up. At least that's how I do it, and that's how Greg's book (3rd edition) shows how to do it. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message