Source-Changes-HG archive

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

[src/trunk]: src/share/mk add what {PROG,LIB}DPLIBS are useful for



details:   https://anonhg.NetBSD.org/src/rev/f0e8b1eb5e82
branches:  trunk
changeset: 433482:f0e8b1eb5e82
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 16 13:14:12 2018 +0000

description:
add what {PROG,LIB}DPLIBS are useful for

diffstat:

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

diffs (20 lines):

diff -r 707bf973b09d -r f0e8b1eb5e82 share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Sep 16 13:11:48 2018 +0000
+++ b/share/mk/bsd.README       Sun Sep 16 13:14:12 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.383 2018/09/16 13:11:48 christos Exp $
+#      $NetBSD: bsd.README,v 1.384 2018/09/16 13:14:12 christos Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -1330,6 +1330,10 @@
 PROGDPLIBS     A list of the tuples:
                        libname  path-to-srcdir-of-libname
 
+               Instead of depending on installed versions of the libraries,
+               one can depend on their built version in the source directory.
+               This is useful for finding private libraries (LIBISPRIVATE).
+
                For each tuple;
                     *  LIBDO.libname contains the .OBJDIR of the library
                        `libname', and if it is not set it is determined



Home | Main Index | Thread Index | Old Index