Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLI...
details: https://anonhg.NetBSD.org/src/rev/4e6a85f644ce
branches: trunk
changeset: 750405:4e6a85f644ce
user: abs <abs%NetBSD.org@localhost>
date: Wed Dec 30 12:34:13 2009 +0000
description:
Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY in comments
section - addresses PR bin/39693
diffstat:
share/mk/bsd.lib.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7f66ffde7882 -r 4e6a85f644ce share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Wed Dec 30 07:00:01 2009 +0000
+++ b/share/mk/bsd.lib.mk Wed Dec 30 12:34:13 2009 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index