From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 03:40:10 2015 Return-Path: Delivered-To: svn-src-head@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 0A544597; Tue, 10 Feb 2015 03:40:10 +0000 (UTC) Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCB278AE; Tue, 10 Feb 2015 03:40:09 +0000 (UTC) Received: by iecrd18 with SMTP id rd18so9723156iec.5; Mon, 09 Feb 2015 19:40:02 -0800 (PST) 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=YXecM0fld6c8tIi0KMhi9r8kuSiRSjBlGs62Es9HX6g=; b=P3Jt8Iqj2nEqT2npDmwb/07Dmnd/8V9G1RomLU1Q96C1Em2N3O43E0KMmkZ9S6heCn zHm2Su6AT9IT5mtxhWfkljxsGyobwoZpz+StHP5YlN+UNiQeWos+U/y43wzOD+2DiJM4 34eJauKUNxoobROrY3tCdF71g8me0PWgYyV6m4OMjFuk7nPUEt6fDFVSGz4mENoAyqvM 1AK/S+pvWig3xyqrETtbRqn3s+vUY86NUmz9Meh9qfoaIbdTZJtYmkmDyaszDY8QIwpN MUtUCu3eRXRtLnVogWBCNgQ6JYoDGta0g7GZTn0B6OnLmbjoeM5KWp/qE6MUuRKYogQS 56ag== MIME-Version: 1.0 X-Received: by 10.43.131.5 with SMTP id ho5mr27966200icc.82.1423539602722; Mon, 09 Feb 2015 19:40:02 -0800 (PST) Received: by 10.50.182.233 with HTTP; Mon, 9 Feb 2015 19:40:02 -0800 (PST) In-Reply-To: <201502100135.t1A1ZRhf067753@svn.freebsd.org> References: <201502100135.t1A1ZRhf067753@svn.freebsd.org> Date: Mon, 9 Feb 2015 19:40:02 -0800 Message-ID: Subject: Re: svn commit: r278486 - head From: NGie Cooper To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" 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: Tue, 10 Feb 2015 03:40:10 -0000 On Mon, Feb 9, 2015 at 5:35 PM, Glen Barber wrote: > Author: gjb > Date: Tue Feb 10 01:35:26 2015 > New Revision: 278486 > URL: https://svnweb.freebsd.org/changeset/base/278486 > > Log: > Exclude 'tests' from DEBUG_DISTRIBUTIONS. > > Sponsored by: The FreeBSD Foundation > > Modified: > head/Makefile.inc1 Hi, Were the tests distribution debug files really blowing up the install size? Thanks!