Date: Mon, 7 Nov 2005 13:17:25 -0600 From: Scot Hetzel <swhetzel@gmail.com> To: Joel Hatton <freebsd-stable@auscert.org.au> Cc: freebsd-stable@freebsd.org Subject: Re: 5.x, 6.x and CPUTYPE Message-ID: <790a9fff0511071117v1afae5edp5838c63ddd6b260d@mail.gmail.com> In-Reply-To: <200511070621.jA76LuC5049734@app.auscert.org.au> References: <200511070621.jA76LuC5049734@app.auscert.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/7/05, Joel Hatton <freebsd-stable@auscert.org.au> wrote: > Finally, when building on a single host, but where multiple requirements > are being met, is it possible to define different make.conf files for mak= e > or is it easier to just edit this file before each build? > That is what I do when I build 5.x, 6.x, and 7-CURRENT on the same server by creating multiple make.conf files. You just need to define the _MAKE_CONF variable for the appropriate OS that you are building: make _MAKE_CONF=3D/etc/make.conf.6x [build|install]world make _MAKE_CONF=3D/etc/make.conf.6x [build|install]kernel If your installing the build on another host, you just have to make sure that the /etc/make.conf.* on the build server matches the /etc/make.conf on the target system. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0511071117v1afae5edp5838c63ddd6b260d>