From owner-svn-src-head@FreeBSD.ORG Mon Sep 13 02:32:52 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA101065673; Mon, 13 Sep 2010 02:32:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC8D8FC0C; Mon, 13 Sep 2010 02:32:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o8D2Tfo8054414; Sun, 12 Sep 2010 20:29:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 12 Sep 2010 20:29:47 -0600 (MDT) Message-Id: <20100912.202947.503161978555406698.imp@bsdimp.com> To: thompsa@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: References: <201009130221.o8D2L7IY048699@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r212525 - head/usr.sbin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Sep 2010 02:32:52 -0000 In message: Andrew Thompson writes: : On 13 September 2010 14:21, Warner Losh wrote: : > Author: imp : > Date: Mon Sep 13 02:21:07 2010 : > New Revision: 212525 : > URL: http://svn.freebsd.org/changeset/base/212525 : > : > Log: : > =A0Merge from tbemd: use Makefile.arch to control building. : > : > =A0Reviewed by: =A0arch@ (many times, no objection) : > : > Added: : > =A0head/usr.sbin/Makefile.amd64 =A0 (contents, props changed) : > =A0head/usr.sbin/Makefile.arm =A0 (contents, props changed) : > =A0head/usr.sbin/Makefile.i386 =A0 (contents, props changed) : > =A0head/usr.sbin/Makefile.ia64 =A0 (contents, props changed) : > =A0head/usr.sbin/Makefile.mips =A0 (contents, props changed) : > =A0head/usr.sbin/Makefile.orig =A0 (contents, props changed) : = : ^^ oops. Yea, noticed when I almost made the mistake again. Fixed. Thanks! Others? Warner