From owner-svn-src-head@FreeBSD.ORG Mon Sep 9 16:42:26 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A9F1196; Mon, 9 Sep 2013 16:42:26 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 5074423CD; Mon, 9 Sep 2013 16:42:25 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 6338358385; Mon, 9 Sep 2013 11:42:19 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 7RRpdYdh+o3z; Mon, 9 Sep 2013 11:42:19 -0500 (CDT) Received: from terminus.icecube.wisc.edu (terminus.icecube.wisc.edu [172.16.223.97]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 4305E58380; Mon, 9 Sep 2013 11:42:19 -0500 (CDT) Message-ID: <522DFA6B.7030404@freebsd.org> Date: Mon, 09 Sep 2013 11:42:19 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130906 Thunderbird/17.0.8 MIME-Version: 1.0 To: Jase Thew Subject: Re: svn commit: r255413 - in head/etc: . etc.amd64 References: <201309090602.r8962UIc080584@svn.freebsd.org> <522DEFC8.3010704@FreeBSD.org> <86li360yeo.fsf@nine.des.no> <522DF963.5000604@FreeBSD.org> In-Reply-To: <522DF963.5000604@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:42:26 -0000 On 09/09/13 11:37, Jase Thew wrote: > On 09/09/2013 17:09, Dag-Erling Smørgrav wrote: >> Jase Thew writes: >>> This appears to break "make distribution" (in this example, called as >>> part of ezjail-admin update -i) : >> >> Can you try replacing TARGET_ARCH with MACHINE? >> >> DES >> > > Changing it back from TARGET_ARCH to MACHINE allows make distribution > to successfully complete. > > Regards, > > Jase. I think you want MACHINE_ARCH instead of MACHINE? The Makefile.inc1 stuff usually takes care of permuting TARGET* into MACHINE*. -Nathan