Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 15:21:02 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280180 - head/share/mk
Message-ID:  <201503171521.t2HFL2Q1047244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Mar 17 15:21:01 2015
New Revision: 280180
URL: https://svnweb.freebsd.org/changeset/base/280180

Log:
  Document LIB and LIB_CXX.
  
  MFC after:	2 weeks
  X-MFC-With:	r280179

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Tue Mar 17 15:16:36 2015	(r280179)
+++ head/share/mk/bsd.README	Tue Mar 17 15:21:01 2015	(r280180)
@@ -336,6 +336,13 @@ with the current needs of the BSD tree.
 
 It sets/uses the following variables:
 
+LIB		The name of the library to build.
+
+LIB_CXX		The name of the library to build. It also causes
+		<bsd.lib.mk> to link the library with the
+		standard C++ library.  LIB_CXX overrides the value
+		of LIB if LIB is also set.
+
 LIBDIR		Target directory for libraries.
 
 LINTLIBDIR	Target directory for lint libraries.



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