On Wed, Mar 21, 2001 at 09:14:00AM -0500, Robin P. Blanchard wrote:
> how do i specify an alternate builddir (other than /usr/obj)
> so that i might build a separate obj that is optimized for
> my 486 (my current build is optimized for 686)?
> 

$ grep "/usr/obj" /usr/src/Makefile.inc1 
MAKEOBJDIRPREFIX?=      /usr/obj
$ 

(i.e. 'make MAKEOBJDIRPREFIX=/usr/obj.486 buildworld)

-- 
Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org

PGP signature

Reply via email to