From owner-svn-src-all@FreeBSD.ORG Fri Jan 2 20:59:13 2015 Return-Path: Delivered-To: svn-src-all@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 64C3C2CD; Fri, 2 Jan 2015 20:59:13 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (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 E19821341; Fri, 2 Jan 2015 20:59:12 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id em10so155303wid.5; Fri, 02 Jan 2015 12:59:11 -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=2WAbs673plw+p+HppIT/M7u/NbpyiyAXUrPmVrKvwFE=; b=eeYawMP+sqledRfv0eZcehJ8U6XAarmyXVXbKa8UIc1SZnbnY1HoMBonMuNJ2ccT/s bORx7fNPoQ4rjFxcWqhQHQg0pyWsUbnzKNRdsu+P9vl9XwdWxeGsWzlXjMtt/gjestmv +/WR5w2v4VpQP2ftjdYABjJzs4OikPNGPDc+jU0GwCRJ8mpFB47d8Tpe9teWTP64dgEd UzMAaNv1l76LMpVOCFCLxHJVylDgSJ3vuHefTjCvLHBxJD85UZE1HzxP6Fs3BAATU1Zo qtkgb+/ADNQv0Ldstq4L1utxyICc3sikIH8qT9mQtdGWjcX8oevT/vbLok/3jhzFyMsh IGIQ== MIME-Version: 1.0 X-Received: by 10.180.228.108 with SMTP id sh12mr997842wic.55.1420232351153; Fri, 02 Jan 2015 12:59:11 -0800 (PST) Received: by 10.27.179.168 with HTTP; Fri, 2 Jan 2015 12:59:11 -0800 (PST) In-Reply-To: <20150102204458.GA72199@troutmask.apl.washington.edu> References: <201501022034.t02KYu1I030453@svn.freebsd.org> <20150102204458.GA72199@troutmask.apl.washington.edu> Date: Fri, 2 Jan 2015 15:59:11 -0500 Message-ID: Subject: Re: svn commit: r276565 - in head/gnu: lib/libstdc++/doc usr.bin/diff usr.bin/diff/doc usr.bin/gdb usr.bin/gperf usr.bin/gperf/doc From: Benjamin Kaduk To: Steve Kargl Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Garrett Cooper 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: Fri, 02 Jan 2015 20:59:13 -0000 On Fri, Jan 2, 2015 at 3:44 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Fri, Jan 02, 2015 at 08:34:56PM +0000, Garrett Cooper wrote: > > Author: ngie > > Date: Fri Jan 2 20:34:55 2015 > > New Revision: 276565 > > URL: https://svnweb.freebsd.org/changeset/base/276565 > > > > Log: > > Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc > > > > Does this mean that FreeBSD is now shipping utilities without > documentation? > I'm pretty sure we've been doing that for a long, long time. Note that MK_GCC=no is the default on head for the tier-1 platforms. -Ben