From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 19:27:35 2005 Return-Path: X-Original-To: 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 898B816A41C; Mon, 20 Jun 2005 19:27:35 +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 4C20643D1D; Mon, 20 Jun 2005 19:27:35 +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 992371EC320; Mon, 20 Jun 2005 21:27:34 +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 j5KJRSV3075053; Mon, 20 Jun 2005 21:27:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 20 Jun 2005 12:49:05 MDT." <20050620.124905.35871665.imp@bsdimp.com> Date: Mon, 20 Jun 2005 21:27:27 +0200 Message-ID: <75052.1119295647@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: rwatson@freebsd.org, current@freebsd.org Subject: Re: dhclient less functional with nanobsd because of NO_CXX 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 19:27:35 -0000 In message <20050620.124905.35871665.imp@bsdimp.com>, "M. Warner Losh" writes: >It is generally desirable to have a separate 'install' environemnt >from the 'build' environment on real embedded systems. The fact that >nanobsd doesn't have this useful distinction is a problem with >nanobsd, not devd. It should build everything, but install with all >the NO_XXX flags set to do subsetting. The reason nanobsd doesn't do this is that some of the NO_ options are buildtime options. They could be sorted into two lists, one for build and install if that would solve the problem for you. -- 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.