From owner-svn-src-all@FreeBSD.ORG Tue Nov 29 08:43:33 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61271106564A; Tue, 29 Nov 2011 08:43:33 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 94D9D8FC0C; Tue, 29 Nov 2011 08:43:32 +0000 (UTC) Received: by ywp17 with SMTP id 17so6650514ywp.13 for ; Tue, 29 Nov 2011 00:43:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1omFKzM++VyfNYge2XgMIIkvDSK272d97uuwryhqjtQ=; b=KUJqDP5xhQzIKax9EKm9HFzo9bGVhgx3asSPdp8N7d2H9fGexnHy0td5lXc6uNt+Qa clSa984oUm9zZgFkgqzMRGPCPvz014KfrXb48cz6mIZoISl7Q29+64EuAgBIxF59F3u2 tII0aT7NS8CL/ICqThG/mo3dIo8X96RHGi+Q4= MIME-Version: 1.0 Received: by 10.182.218.100 with SMTP id pf4mr1651725obc.12.1322556212112; Tue, 29 Nov 2011 00:43:32 -0800 (PST) Received: by 10.182.62.227 with HTTP; Tue, 29 Nov 2011 00:43:32 -0800 (PST) In-Reply-To: <201111290838.pAT8clOa031710@svn.freebsd.org> References: <201111290838.pAT8clOa031710@svn.freebsd.org> Date: Tue, 29 Nov 2011 00:43:32 -0800 Message-ID: From: Garrett Cooper To: Max Khon 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: r228124 - in head: share/mk sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 Nov 2011 08:43:33 -0000 On Tue, Nov 29, 2011 at 12:38 AM, Max Khon wrote: > Author: fjoe > Date: Tue Nov 29 08:38:47 2011 > New Revision: 228124 > URL: http://svn.freebsd.org/changeset/base/228124 > > Log: > =A0Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) ins= tead > =A0of executing a shell on every object or executable/library file. > > =A0This shaves off more than 30,000 shell invocations during buildworld. Thank you!!!! Great minds truly do think alike. -Garrett