From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 17:30:16 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 DB6DA16A41C; Mon, 20 Jun 2005 17:30:16 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983C643D53; Mon, 20 Jun 2005 17:30:16 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5KHUGqs041026; Mon, 20 Jun 2005 10:30:16 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5KHUGYU041025; Mon, 20 Jun 2005 10:30:16 -0700 (PDT) (envelope-from obrien) Date: Mon, 20 Jun 2005 10:30:16 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20050620173016.GB93634@dragon.NUXI.org> Mail-Followup-To: freebsd-current@FreeBSD.org, Robert Watson References: <20050619155228.Y6413@fledge.watson.org> <66959.1119209763@critter.freebsd.dk> <20050620094835.Q19830@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050620094835.Q19830@fledge.watson.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: freebsd-current@FreeBSD.org 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 Reply-To: freebsd-current@FreeBSD.org 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:30:17 -0000 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'? -- -- David (obrien@FreeBSD.org)