Source-Changes-HG archive

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

[src/trunk]: src/share/mk document PROGDPLIBS



details:   https://anonhg.NetBSD.org/src/rev/707bf973b09d
branches:  trunk
changeset: 433481:707bf973b09d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 16 13:11:48 2018 +0000

description:
document PROGDPLIBS

diffstat:

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

diffs (30 lines):

diff -r 78662681f152 -r 707bf973b09d share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Sep 16 11:34:20 2018 +0000
+++ b/share/mk/bsd.README       Sun Sep 16 13:11:48 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.382 2018/08/12 11:50:51 christos Exp $
+#      $NetBSD: bsd.README,v 1.383 2018/09/16 13:11:48 christos Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -1326,7 +1326,8 @@
                to .c files of the same name.  (This is not the default for
                versions of make.)
 
-LIBDPLIBS      A list of the tuples:
+LIBDPLIBS/
+PROGDPLIBS     A list of the tuples:
                        libname  path-to-srcdir-of-libname
 
                For each tuple;
@@ -1343,8 +1344,8 @@
                of the NetBSD source tree and only causes -llibname
                to be added to LDADD.
 
-               This variable may be used for individual libraries, as
-               well as in parent directories to cache common libraries
+               This variable may be used for individual libraries/programs,
+               as well as in parent directories to cache common libraries
                as a build-time optimization.
 
 The include file <bsd.lib.mk> includes the file named "../Makefile.inc"



Home | Main Index | Thread Index | Old Index