Source-Changes-HG archive

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

[src/trunk]: src/share/mk Conditionally define SHLIB_VERSION_FILE as ${.CURDI...



details:   https://anonhg.NetBSD.org/src/rev/465b054e1302
branches:  trunk
changeset: 473621:465b054e1302
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Jun 10 00:38:49 1999 +0000

description:
Conditionally define SHLIB_VERSION_FILE as ${.CURDIR}/shlib_version .

diffstat:

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

diffs (21 lines):

diff -r b1a731974e34 -r 465b054e1302 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jun 10 00:32:23 1999 +0000
+++ b/share/mk/bsd.own.mk       Thu Jun 10 00:38:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.121 1999/06/06 09:25:38 pk Exp $
+#      $NetBSD: bsd.own.mk,v 1.122 1999/06/10 00:38:49 simonb Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -120,6 +120,11 @@
 OBJECT_FMT?=a.out
 .endif
 
+# Location of the file that contains the major and minor numbers of the
+# version of a shared library.  If this file exists a shared library
+# will be built by <bsd.lib.mk>.
+SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_version
+
 # GNU sources and packages sometimes see architecture names differently.
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}



Home | Main Index | Thread Index | Old Index