5.x, 6.x and CPUTYPE

Brandon Fosdick bfoz at bfoz.net
Sat Nov 12 21:38:31 PST 2005


Scot Hetzel wrote:
> You just need to define the _MAKE_CONF variable for the appropriate OS
> that you are building:
> 
> make _MAKE_CONF=/etc/make.conf.6x [build|install]world
> 
> make _MAKE_CONF=/etc/make.conf.6x [build|install]kernel

I spent a bit of time today trying to figure out why the above doesn't work. Eventually it occured to me to grep /usr/src to see if the variable even existed. It turns out it doesn't, however __MAKE_CONF does exist (that's with *two* leading underscores). Hopefully this will clear things up a bit in case anyone else is trying it.


More information about the freebsd-stable mailing list