From owner-freebsd-questions Wed Aug 28 10: 1:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD2B37B400 for ; Wed, 28 Aug 2002 10:01:46 -0700 (PDT) Received: from stargate.clickcom.com (stargate.clickcom.com [209.198.22.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642CE43E75 for ; Wed, 28 Aug 2002 10:01:44 -0700 (PDT) (envelope-from jsmailing@clickcom.com) Received: from aesop (calefaction.clickcom.com [209.198.22.19]) by stargate.clickcom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id RX5LL8T4; Wed, 28 Aug 2002 12:36:47 -0400 From: "John Straiton" To: Cc: Subject: RE: compiling kernelf for IPF Date: Wed, 28 Aug 2002 12:57:53 -0400 Message-ID: <004101c24eb4$10138630$fe16c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20020828164550.QGKR14185.rwcrmhc51.attbi.com@rwcrwbc70> 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 > question. i'm adding IPF to a fresh install of 4.6. > after i add the IPF options to the kernel, i do the > following, right? > > cp OLDKERNEL NEWKERNEL Then put your IPF options in NEWKERNEL, then try the "new" way to do the compile cd /usr/src make buildkernel KERNCONF=NEWKERNEL make installkernel KERNCONF=NEWKERNEL reboot The newer method will take care of the make depend. If you're still failing, I'd make sure to try to rm -rf /usr/src/sys/compile/NEWKERNEL And then run it again. John Straiton jks@clickcom.com Clickcom, Inc 704-365-9970x101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message