Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Add note on SHLIB_{MAJOR,MINOR,TEENY}



details:   https://anonhg.NetBSD.org/src/rev/1fe15eb475b6
branches:  trunk
changeset: 750415:1fe15eb475b6
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Dec 30 20:45:46 2009 +0000

description:
Add note on SHLIB_{MAJOR,MINOR,TEENY}

diffstat:

 share/mk/bsd.README |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c2bbdcf6f317 -r 1fe15eb475b6 share/mk/bsd.README
--- a/share/mk/bsd.README       Wed Dec 30 20:38:47 2009 +0000
+++ b/share/mk/bsd.README       Wed Dec 30 20:45:46 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.262 2009/12/23 18:02:25 tron Exp $
+#      $NetBSD: bsd.README,v 1.263 2009/12/30 20:45:46 abs Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -978,6 +978,10 @@
 SHLIBINSTALLDIR        Target directory for shared libraries if ${USE_SHLIBDIR}
                is not "no".
 
+SHLIB_MAJOR
+SHLIB_MINOR
+SHLIB_TEENY    Major, minor, and teeny version numbers of shared library
+
 USE_SHLIBDIR   If not "no", use ${SHLIBINSTALLDIR} instead of ${LIBDIR}
                as the path to install shared libraries to.
                USE_SHLIBDIR must be defined before <bsd.own.mk> is included.



Home | Main Index | Thread Index | Old Index