Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 22:57:44 +0100
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-current@freebsd.org
Cc:        Luigi Rizzo <rizzo@icir.org>, current@freebsd.org
Subject:   Re: /usr/src/Makefile target to create an 'installed' subtree ?
Message-ID:  <200612032257.44496.pieter@degoeje.nl>
In-Reply-To: <20061203130148.A16185@xorpc.icir.org>
References:  <20061203130148.A16185@xorpc.icir.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 03 December 2006 22:01, Luigi Rizzo wrote:
> For some experiments (with qemu, diskless, jails etc.) i would
> like to build an 'installed' subtree from sources, where by
> 'installed' i mean fully populated including the files in /etc
make buildworld
make installworld DESTDIR=...
make distribution DESTDIR=...

It looks like there isn't any documentation describing it.

Cheers,
Pieter de Goeje



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