On 2002-09-20 18:00, twig les <[EMAIL PROTECTED]> wrote:
> L# cd /usr/src
> L# make buildkernel KERNCONF=FW
> make: no target to make.
> "/usr/src/Makefile.inc1", line 140: warning: "make -f
> /dev/null -m /usr/src/share/mk  CPUTYPE=dummy -V
> CPUTYPE" returned non-zero status

Hmmm, it looks like you are trying to build -current on a 4.x system.
Is that so?  That would explain the following error:

> --------------------------------------------------------------
> ===> FW
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf; 
> 
>PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
>  config  -d /usr/obj/usr/src/sys/FW 
> /usr/src/sys/i386/conf/FW
> /usr/src/sys/i386/conf/FW:256: option
> "IPFIREWALL_VERBOSE_LIMIT" redefined from 100 to 10
> ../../conf/files: coda/coda_fbsd.c must be optional,
> mandatory or standard
> Your version of config(8) is out of sync with your
> kernel source.
> *** Error code 1

You have to complete successfully a "make buildworld" before using
"make buildkernel".  Or update config(8) before trying to buildkernel.

Giorgos.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to