Eric Murphy wrote:
[...]
however if i run make buildkernel kernconf=GREED
it runs but uses the GENERIC kernel
This sets the variable ${kernconf}, which is ignored, because make looks
for ${KERNCONF}.
___
freebsd-questions@freebsd.org mailing list
> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT)
> From: Eric Murphy <[EMAIL PROTECTED]>
> Reply-To: Eric Murphy <[EMAIL PROTECTED]>
> Subject: AMD64 question
> To: freebsd-questions@freebsd.org
>
> Hey guys im having trouble complieing a custem kernel for this versio
Hey guys im having trouble complieing a custem kernel for this version of BSD
I mkae a copy of the GENERIC kernel, editing it for what i want and renameing
it to GREED
When I move into
cd /usr/src
and issue make buildkernel KERNCONF=GREED
It says GREED is missing and is not there, but it is.