Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 12:31:49 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        "Crist J. Clark" <cjc@FreeBSD.ORG>
Cc:        Eric S <ejs@bfd.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: KERNCONF question about multiple kernels 
Message-ID:  <200204150231.MAA14213@lightning.itga.com.au>
In-Reply-To: Your message of Thu, 11 Apr 2002 22:38:03 -0700.

next in thread | raw e-mail | index | archive | help
> > KERNCONF=HARLIE BASTION HORST ALEXANDRIA
> Did you try this? This is supposed to work.

It works for us but you have to get the quoting right.  On the command line,
you need
	make KERNCONF="HARLIE BASTION HORST ALEXANDRIA" buildkernel 
but in make.conf you only need
	KERNCONF=HARLIE BASTION HORST ALEXANDRIA 
(i.e. without the quotes).  

Order of kernels listed doesn't matter in either case.

If you put the quotes in make.conf, then it only builds the first kernel but
otherwise gives no error message.  I never worked out why this case worked in
the odd manner it did without failing.... Took a fair bit of finding, tho!



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204150231.MAA14213>