Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 15:28:20 -0700
From:      george <george@vagner.com>
To:        "A. Gruner" <bsd@encephalon.de>, <questions@freebsd.org>
Subject:   Re: kernel make question
Message-ID:  <200201162229.g0GMTk711037@bedroom1.vagner.com>
In-Reply-To: <019201c19ec9$3d97d3e0$e45ce33e@asg>
References:  <200201162005.g0GK4u710914@bedroom1.vagner.com> <019201c19ec9$3d97d3e0$e45ce33e@asg>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 16 January 2002 01:06 pm, A. Gruner wrote:
> Hi.
>
> > make buildkernel KERNELCONF=mykernel
>
> I think it is --> make buildkernel KERNCONF=<name of your kernel>
>
> You see ? Not "KERNELconf" just "KERNconf"
>
> Axel

you guys are right my mistake, its amazing how long this plagued me
since the 4.1 version i think they changed it and I been using
the tag of just KERNEL=office1 all this time to get around it.

thank you people!

george





office1# make buildkernel KERNELCONF=office1

--------------------------------------------------------------
>>> Kernel build for GENERIC started on Wed Jan 16 15:23:23 MST 2002
--------------------------------------------------------------
===> GENERIC
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/GENERIC GENERIC
Don't forget to do a ``make depend''
^C


office1# make buildkernel KERNCONF=office1

--------------------------------------------------------------
>>> Kernel build for office1 started on Wed Jan 16 15:20:15 MST 2002
--------------------------------------------------------------
===> office1
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/office1 office1
^C

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?200201162229.g0GMTk711037>