From owner-svn-src-all@FreeBSD.ORG Wed Oct 22 15:00:08 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F2ACAE9; Wed, 22 Oct 2014 15:00:08 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC4003C7; Wed, 22 Oct 2014 15:00:07 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id hz1so3841304pad.36 for ; Wed, 22 Oct 2014 08:00:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9//D4wVFweLOhmwC9MuhOTrwyP4o/yEAGs66bPDundQ=; b=X4eOwZUsTXL0+3ij+p9SLW/Ml3Dbp8/rOpVtnqaPi9WoHR2j/uakki4JsXrbBY3GHU vxuyjHQ8U1JdsndgRcN39kmepyrqXYae4qmY2CTjU4vAcw/FA/iW7ZL0Ot/QBn1GJ29V fm4sxXTktcrgybhuVhRShk8o8NBEUrPkFzNlQEQM3c1BEp/SB3ps6h6YWGF8HAVvZzgX 4Xdq/k6vdjj/oLZpO1CTDhx/eqfiKnuphoonsHugDVN6cKX9I7UogJ9d8bGYYp8b2ZQD XudOqtiFYvJ99XaoxpyJVc7vGJIGtSU/Kv6iPASuSr8sW92PDPU/Ig+YNbhwMdX36E3M xhbA== MIME-Version: 1.0 X-Received: by 10.66.66.229 with SMTP id i5mr4290688pat.137.1413990007308; Wed, 22 Oct 2014 08:00:07 -0700 (PDT) Received: by 10.70.9.132 with HTTP; Wed, 22 Oct 2014 08:00:07 -0700 (PDT) In-Reply-To: <86mw8ocftw.fsf@nine.des.no> 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> Date: Wed, 22 Oct 2014 11:00:07 -0400 Message-ID: Subject: Re: svn commit: r273417 - head From: Benjamin Kaduk To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers , Warner Losh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 22 Oct 2014 15:00:08 -0000 On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Sm=C3=B8rgrav wro= te: > Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good > enough, especially if it's on by default. Even if it is magic, is that really the kind of magic we want to be keeping around? -Ben