Module Name:    src
Committed By:   abs
Date:           Wed Dec 30 12:34:14 UTC 2009

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY in comments
section - addresses PR bin/39693


To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.lib.mk
diff -u src/share/mk/bsd.lib.mk:1.301 src/share/mk/bsd.lib.mk:1.302
--- src/share/mk/bsd.lib.mk:1.301	Sat Dec 12 21:33:50 2009
+++ src/share/mk/bsd.lib.mk	Wed Dec 30 12:34:13 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.lib.mk,v 1.301 2009/12/12 21:33:50 mrg Exp $
+#	$NetBSD: bsd.lib.mk,v 1.302 2009/12/30 12:34:13 abs Exp $
 #	@(#)bsd.lib.mk	8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -141,6 +141,8 @@
 # Data-driven table using make variables to control how shared libraries
 # are built for different platforms and object formats.
 # OBJECT_FMT:		currently either "ELF" or "a.out", from <bsd.own.mk>
+# SHLIB_MAJOR, SHLIB_MINOR, SHLIB_TEENY: Major, minor, and teeny version
+#			numbers of shared library
 # SHLIB_SOVERSION:	version number to be compiled into a shared library
 #			via -soname. Usualy ${SHLIB_MAJOR} on ELF.
 #			NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR}

Reply via email to