From owner-svn-src-all@freebsd.org Fri Jan 12 18:41:37 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBE60E7543A; Fri, 12 Jan 2018 18:41:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9796779638; Fri, 12 Jan 2018 18:41:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (astound-66-234-199-215.ca.astound.net [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id D63D110A7DB; Fri, 12 Jan 2018 13:41:28 -0500 (EST) From: John Baldwin To: Ian Lepore Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r327843 - stable/11/tools/build/options Date: Fri, 12 Jan 2018 09:29:40 -0800 Message-ID: <11735770.uMkkBBHlKq@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <201801111941.w0BJf0mn093791@repo.freebsd.org> References: <201801111941.w0BJf0mn093791@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Fri, 12 Jan 2018 13:41:28 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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, 12 Jan 2018 18:41:37 -0000 On Thursday, January 11, 2018 07:41:00 PM Ian Lepore wrote: > Author: ian > Date: Thu Jan 11 19:41:00 2018 > New Revision: 327843 > URL: https://svnweb.freebsd.org/changeset/base/327843 > > Log: > Add description files for WITH/WITHOUT_LINT. These should have been part > of r327837. > > PR: 223892 > Differential Revision: https://reviews.freebsd.org/D13799 > > Added: > stable/11/tools/build/options/WITHOUT_LINT (contents, props changed) > stable/11/tools/build/options/WITH_LINT (contents, props changed) > > Added: stable/11/tools/build/options/WITHOUT_LINT > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ stable/11/tools/build/options/WITHOUT_LINT Thu Jan 11 19:41:00 2018 (r327843) > @@ -0,0 +1,4 @@ > +.\" $FreeBSD$ > +Set to not build the lint binaries and library. > +.\" $FreeBSD$ > +Set to not build the lint binaries and library. > > Added: stable/11/tools/build/options/WITH_LINT > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ stable/11/tools/build/options/WITH_LINT Thu Jan 11 19:41:00 2018 (r327843) > @@ -0,0 +1,4 @@ > +.\" $FreeBSD$ > +Set to build the lint binaries and library. > +.\" $FreeBSD$ > +Set to build the lint binaries and library. Duplicated contents? -- John Baldwin