pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files Sync comments sectio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f22d4b194538
branches:  trunk
changeset: 568957:f22d4b194538
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Dec 30 12:35:33 2009 +0000

description:
Sync comments section with current bsd.lib.mk from NetBSD - fixes various
typos and incorrect entries and also adds a brief line on SHLIB_MAJOR,
SHLIB_MINOR and SHLIB_TEENY, the latter addresses PR bin/39693
No functionality change, no PKGREVISION bump

diffstat:

 pkgtools/bootstrap-mk-files/files/bsd.lib.mk |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 6fc4f1e2c991 -r f22d4b194538 pkgtools/bootstrap-mk-files/files/bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk      Wed Dec 30 12:21:15 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk      Wed Dec 30 12:35:33 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.3 2009/04/07 23:42:17 tez Exp $
+#      $NetBSD: bsd.lib.mk,v 1.4 2009/12/30 12:35:33 abs Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -81,6 +81,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}
@@ -90,9 +92,11 @@
 # SHLIB_LDSTARTFILE:   support .o file, call C++ file-level constructors
 # SHLIB_LDENDFILE:     support .o file, call C++ file-level destructors
 # FPICFLAGS:           flags for ${FC} to compile .[fF] files to .so objects.
-# CPPICFLAGS:          flags for ${CPP} to preprocess .[sS] files for ${AS}
-# CPICFLAGS:           flags for ${CC} to compile .[cC] files to .so objects.
-# CAPICFLAGS           flags for {$CC} to compiling .[Ss] files
+# CPPPICFLAGS:         flags for ${CPP} to preprocess .[sS] files for ${AS}
+# CPICFLAGS:           flags for ${CC} to compile .[cC] files to pic objects.
+# CSHLIBFLAGS:         flags for ${CC} to compile .[cC] files to .so objects.
+#                      (usually includes ${CPICFLAGS})
+# CAPICFLAGS:          flags for ${CC} to compiling .[Ss] files
 #                      (usually just ${CPPPICFLAGS} ${CPICFLAGS})
 # APICFLAGS:           flags for ${AS} to assemble .[sS] to .so objects.
 



Home | Main Index | Thread Index | Old Index