From owner-freebsd-stable Thu Dec 14 10:59:57 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 14 10:59:55 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from eye.micron.net (unknown [204.229.122.220]) by hub.freebsd.org (Postfix) with ESMTP id 9823F37B400 for ; Thu, 14 Dec 2000 10:59:54 -0800 (PST) Received: from 10.224.0.220 ([10.224.0.220]) by eye.micron.net (Netscape Messaging Server 4.1) with SMTP id G5KNFO00.V1L; Thu, 14 Dec 2000 11:59:48 -0700 Received: from loverso.southborough.ma.us (1Cust53.tnt1.framingham.ma.da.uu.net [63.24.211.53]) by with SMTP (MailShield v1.5); Thu, 14 Dec 2000 11:59:47 -0700 Received: from loverso.southborough.ma.us (localhost.loverso.southborough.ma.us [127.0.0.1]) by loverso.southborough.ma.us (8.9.3/8.9.3) with ESMTP id NAA47483; Thu, 14 Dec 2000 13:59:44 -0500 (EST) (envelope-from loverso@loverso.southborough.ma.us) Message-Id: <200012141859.NAA47483@loverso.southborough.ma.us> X-Mailer: exmh version 2.1.1 10/15/1999 To: Erik Trulsson Cc: FreeBSD-stable Subject: Re: new kernel build method? In-reply-to: Message from Erik Trulsson <20001214192829.A15271@student.uu.se> . X-Face: "UZ!}1W2N?eJdN(`1%|/OOPqJ).Idk?UyvWw'W-%`Gto8^IkEm>.g1O$[.;~}8E=Ire0|lO .o>:NlJS1@vO9bVmswRoq3j DdX9YGSeJ5a(mfX[1u>Z63G5_^+'8LVqjqvn X-Url: http://surf.to/loverso Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Dec 2000 13:59:44 -0500 From: John Robert LoVerso X-SMTP-HELO: loverso.southborough.ma.us X-SMTP-MAIL-FROM: john@loverso.southborough.ma.us X-SMTP-PEER-INFO: 1Cust53.tnt1.framingham.ma.da.uu.net [63.24.211.53] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > make buildkernel KERNEL=KERNEL-NAME > > make installkernel KERNEL=KERNEL-NAME > Yes, but note that this only works if you have done a "make buildworld" first. This kludge allows you to buildkernel without a buildworld. It is most definitely not something someone should have if they with to build releases, however. --- Makefile.inc1.orig Wed Oct 4 10:44:52 2000 +++ Makefile.inc1 Tue Oct 3 13:27:39 2000 @@ -170 +170 @@ - OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \ + OBJFORMAT_PATH=${WORLDTMP}/usr/libexec:/usr/libexec \ John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message