From owner-svn-src-all@FreeBSD.ORG Sat May 17 01:17:13 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7123FB2; Sat, 17 May 2014 01:17:13 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 857B92C6D; Sat, 17 May 2014 01:17:12 +0000 (UTC) Received: from [10.2.254.235] (unknown [137.122.78.9]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 1494C194107; Sat, 17 May 2014 01:17:11 +0000 (UTC) Subject: Re: svn commit: r266273 - in stable/10/sys: amd64/conf conf i386/conf From: Sean Bruno Reply-To: sbruno@freebsd.org To: Ian Lepore In-Reply-To: <201405162255.s4GMt1GR077643@svn.freebsd.org> References: <201405162255.s4GMt1GR077643@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 16 May 2014 21:17:09 -0400 Message-ID: <1400289429.1535.0.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 01:17:13 -0000 On Fri, 2014-05-16 at 22:55 +0000, Ian Lepore wrote: > Author: ian > Date: Fri May 16 22:55:01 2014 > New Revision: 266273 > URL: http://svnweb.freebsd.org/changeset/base/266273 > > Log: > MFC 264304: Really only allow IMGACT_BINMISC for amd64/i386 builds. Bah, thanks! sean