Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 22:03:57 +0300 (MSK)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        Andrey Sharandakov <ash@azm.uz.ua>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: buildworld and installworld
Message-ID:  <20040123220108.I56792@news1.macomnet.ru>
In-Reply-To: <01aa01c3e1e2$e3209e10$1a86c2d9@ashway>
References:  <01aa01c3e1e2$e3209e10$1a86c2d9@ashway>

next in thread | previous in thread | raw e-mail | index | archive | help
freebsd-questions@ material.

On Fri, 23 Jan 2004, 20:58+0200, Andrey Sharandakov wrote:

> Hi!
>
> 1. How can I change default dir. for buildworld output?
> (/ust/obj to /some_dir/obj)

make MAKEOBJDIRPREFIX=/some_dir/obj

> 2. How can I install (make installworld) world into different dir.
> then root dir.?

make DESTDIR=/mnt installworld

Hint: more /usr/src/Makefile.

-- 
Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040123220108.I56792>