Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 19:41:00 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r327843 - stable/11/tools/build/options
Message-ID:  <201801111941.w0BJf0mn093791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111941.w0BJf0mn093791>