From owner-freebsd-current@FreeBSD.ORG Mon Dec 4 00:02:32 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5633416A407; Mon, 4 Dec 2006 00:02:32 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B751743C9D; Mon, 4 Dec 2006 00:02:02 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id kB402KUn019442; Sun, 3 Dec 2006 16:02:20 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id kB402KJT019441; Sun, 3 Dec 2006 16:02:20 -0800 (PST) (envelope-from rizzo) Date: Sun, 3 Dec 2006 16:02:20 -0800 From: Luigi Rizzo To: Pieter de Goeje Message-ID: <20061203160220.A19425@xorpc.icir.org> References: <20061203130148.A16185@xorpc.icir.org> <200612032257.44496.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200612032257.44496.pieter@degoeje.nl>; from pieter@degoeje.nl on Sun, Dec 03, 2006 at 10:57:44PM +0100 Cc: freebsd-current@freebsd.org, current@freebsd.org Subject: Re: /usr/src/Makefile target to create an 'installed' subtree ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2006 00:02:32 -0000 On Sun, Dec 03, 2006 at 10:57:44PM +0100, Pieter de Goeje wrote: > 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=... thanks - that did the job, you really need 'installworld' done first. cheers luigi > It looks like there isn't any documentation describing it. > > Cheers, > Pieter de Goeje > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"