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 <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
