Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2002 12:57:53 -0400
From:      "John Straiton" <jsmailing@clickcom.com>
To:        <fozekizer@attbi.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: compiling kernelf for IPF
Message-ID:  <004101c24eb4$10138630$fe16c60a@win2k.clickcom.com>
In-Reply-To: <20020828164550.QGKR14185.rwcrmhc51.attbi.com@rwcrwbc70>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004101c24eb4$10138630$fe16c60a>