svn commit: r327843 - stable/11/tools/build/options

Ian Lepore ian at FreeBSD.org
Thu Jan 11 19:41:01 UTC 2018


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.


More information about the svn-src-all mailing list