From owner-cvs-src@FreeBSD.ORG Tue Sep 23 01:41:49 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 381BD1065696; Tue, 23 Sep 2008 01:41:49 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3078FC13; Tue, 23 Sep 2008 01:41:48 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m8N1fmao063320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Sep 2008 18:41:48 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48D8495C.6020402@freebsd.org> Date: Mon, 22 Sep 2008 18:41:48 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Bruce M Simpson References: <200809222356.m8MNuimC014659@repoman.freebsd.org> In-Reply-To: <200809222356.m8MNuimC014659@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 01:41:49 -0000 Bruce M Simpson wrote: > bms 2008-09-22 23:56:36 UTC > > FreeBSD src repository > > Modified files: > tools/tools/nanobsd nanobsd.sh > Log: > SVN rev 183284 on 2008-09-22 23:56:36Z by bms > > * Add USB boot support. > * Allow the image name to be renamed via NANO_IMGNAME. > * Propagate TARGET_ARCH into src top level make targets > explicitly to support cross-building. > * Increase the default size of NanoBSD media from 488MB to > 584MB to accomodate a -CURRENT world. > > Why do you need to explicitly propagate TARGET_ARCH? I've been cross-building for a while w/o issues just by exporting the required variables. Sam