From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 17:58:22 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4680716A41C; Mon, 20 Jun 2005 17:58:22 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073C843D5D; Mon, 20 Jun 2005 17:58:21 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id B2B2B1EC31E; Mon, 20 Jun 2005 19:58:20 +0200 (CEST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.3) with ESMTP id j5KHwDst074611; Mon, 20 Jun 2005 19:58:13 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: freebsd-current@FreeBSD.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 20 Jun 2005 10:30:16 PDT." <20050620173016.GB93634@dragon.NUXI.org> Date: Mon, 20 Jun 2005 19:58:13 +0200 Message-ID: <74610.1119290293@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Robert Watson Subject: Re: Summary: experiences with NanoBSD, successes and nits on a Soekris 4801 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, 20 Jun 2005 17:58:22 -0000 In message <20050620173016.GB93634@dragon.NUXI.org>, "David O'Brien" writes: >On Mon, Jun 20, 2005 at 09:58:46AM +0100, Robert Watson wrote: >> - Try to figure out how to better differentiate build vs. install time >> frobbing. For example, the NanoBSD NO_CXX concern: we want C++ >> applications, we just don't want to install the build chain. >> Currently, we have no way to differentiate these concepts, since our >> dependencies are entirely build-time, and our frobs have to match up >> (generally) between build and install. I.e., devd is built only if >> !NO_CXX, which is a build-time concern. > >Is NanoBSD split into a build and install phase like >buildworld/installworld? If so, can you try the equivalent of >'make buildworld && make -DNO_CXX installworld'? nanobsd basically calls buildworld and installworld, so that would be possible, provided the options work out that way. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.