From owner-svn-src-head@FreeBSD.ORG Wed Oct 22 15:34:56 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48B3E4D6; Wed, 22 Oct 2014 15:34:56 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1535CA0D; Wed, 22 Oct 2014 15:34:55 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Xgxw0-000GVl-V9; Wed, 22 Oct 2014 15:34:49 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id s9MFYlEr065775; Wed, 22 Oct 2014 09:34:47 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18G2GRRiDn9pPSKqPgeI0D8 X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: svn commit: r273417 - head From: Ian Lepore To: Benjamin Kaduk In-Reply-To: References: <201410212029.s9LKThT2074337@svn.freebsd.org> <86d29k28wh.fsf@nine.des.no> <22788EC4-3BDF-40F3-ACAC-FA686ED21154@bsdimp.com> <86iojco2oh.fsf@nine.des.no> <6287010D-9C54-4167-9784-84134080A419@bsdimp.com> <86mw8ocftw.fsf@nine.des.no> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 22 Oct 2014 09:34:46 -0600 Message-ID: <1413992086.12052.548.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by ilsoft.org id s9MFYlEr065775 Cc: "svn-src-head@freebsd.org" , Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= , "svn-src-all@freebsd.org" , src-committers , Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 22 Oct 2014 15:34:56 -0000 On Wed, 2014-10-22 at 11:00 -0400, Benjamin Kaduk wrote: > On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Sm=F8rgrav wr= ote: >=20 > > Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good > > enough, especially if it's on by default. >=20 >=20 > Even if it is magic, is that really the kind of magic we want to be kee= ping > around? >=20 > -Ben I didn't really think of it as magic so much as analogous to INVARIANTS vs INVARIANTS_SUPPORT in kernel config. -- Ian