From owner-svn-src-head@freebsd.org Sat Sep 26 20:34:58 2015 Return-Path: Delivered-To: svn-src-head@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 CD419A08E51; Sat, 26 Sep 2015 20:34:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B9B163BF; Sat, 26 Sep 2015 20:34:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B099F17AB; Sat, 26 Sep 2015 20:34:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 79BDB134A6; Sat, 26 Sep 2015 20:34:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 32XB1sMY5K9w; Sat, 26 Sep 2015 20:34:56 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com EF8CB134A2 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r288275 - head/usr.bin From: Bryan Drewery X-Mailer: iPhone Mail (12H143) In-Reply-To: <201509262026.t8QKQ67C068195@repo.freebsd.org> Date: Sat, 26 Sep 2015 13:34:55 -0700 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <821CDD9B-93B7-4BDD-A980-038DEB372661@FreeBSD.org> References: <201509262026.t8QKQ67C068195@repo.freebsd.org> To: "Conrad E. Meyer" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 26 Sep 2015 20:34:58 -0000 Thanks. Broke sparc64 and aarch64 at least. Regards, Bryan Drewery > On Sep 26, 2015, at 13:26, Conrad E. Meyer wrote: >=20 > Author: cem > Date: Sat Sep 26 20:26:05 2015 > New Revision: 288275 > URL: https://svnweb.freebsd.org/changeset/base/288275 >=20 > Log: > Revert r288270 to fix the build >=20 > Submitted by: bdrewery > Sponsored by: EMC / Isilon Storage Division >=20 > Modified: > head/usr.bin/Makefile >=20 > Modified: head/usr.bin/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/usr.bin/Makefile Sat Sep 26 17:45:10 2015 (r288274) > +++ head/usr.bin/Makefile Sat Sep 26 20:26:05 2015 (r288275) > @@ -401,13 +401,6 @@ SUBDIR+=3D who > SUBDIR+=3D svn > .endif >=20 > -# These are normally only handled for build-tools. Connect them for > -# all but installing to keep them reasonably connected. > -.if !make(install) > -SUBDIR+=3D mkcsmapper_static > -SUBDIR+=3D mkesdb_static > -.endif > - > .include >=20 > SUBDIR:=3D ${SUBDIR:O} >=20