From owner-freebsd-current@freebsd.org Fri Jul 8 21:14:52 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3825B85B2A for ; Fri, 8 Jul 2016 21:14:52 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-153.reflexion.net [208.70.211.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F9A41DA8 for ; Fri, 8 Jul 2016 21:14:51 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 5526 invoked from network); 8 Jul 2016 21:15:29 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 8 Jul 2016 21:15:29 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Fri, 08 Jul 2016 17:14:55 -0400 (EDT) Received: (qmail 17450 invoked from network); 8 Jul 2016 21:14:55 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 8 Jul 2016 21:14:55 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 48D831C4079; Fri, 8 Jul 2016 14:14:32 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: "make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412 Message-Id: Date: Fri, 8 Jul 2016 14:14:48 -0700 To: freebsd-stable@freebsd.org, FreeBSD Current Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 08 Jul 2016 21:14:52 -0000 On Fri, Jul 08, 2016 at 09:23:43AM -0400, Michael Butler wrote: > Seems = to be a typo .. TARGET_CPUARCH should be TARGET_ARCH ..=20 > ....=20 ${TARGET_CPUARCH} !=3D "arm" apparently was an attempt to not explicitly = test for each specific arm variant (such as armv=C2=A7). ${TARGET_ARCH} !=3D "arm" does not appear to achieve the original test's = intent and will mishandle things list armv6 as far as I can tell. (It = certainly does avoid the malformed conditional problem that stops the = build.) =3D=3D=3D Mark Millard markmi at dsl-only.net