svn commit: r280180 - head/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Tue Mar 17 15:21:02 UTC 2015
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.
More information about the svn-src-all
mailing list