Date: Thu, 9 Mar 2006 13:35:21 -0500 From: John Baldwin <jhb@freebsd.org> To: Sam Leffler <sam@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile Message-ID: <200603091335.23964.jhb@freebsd.org> In-Reply-To: <200603091711.k29HBI49013996@repoman.freebsd.org> References: <200603091711.k29HBI49013996@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 09 March 2006 12:11, Sam Leffler wrote: > sam 2006-03-09 17:11:18 UTC > > FreeBSD src repository > > Modified files: > release Makefile > Log: > handle KERNELS as before > > Submitted by: ru, andrew Does this actually work though? I thought if you did make KERNELS=FOO release That any KERNELS?= or KERNELS+= lines would be ignored and the value on the command line would take precedence. Alternatively, if you do 'env KERNELS=foo make release' then KERNELS+= would work. As a side note, IWBNI sysinstall was updated so that you could set the desired kernel in a config script btw as we use a custom kernel at work (using KERNELS= to make release) so that 1) I can turn off the SMP menu if I know I don't want it (maybe make the menu honor the interactive setting if it doesn't already?) and 2) I could specify our custom kernel as the default one for install less hackishly. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603091335.23964.jhb>