Source-Changes-HG archive

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

[src/trunk]: src/share/mk Explicitly note that if NOxxx and USE_SHLIBDIR are ...



details:   https://anonhg.NetBSD.org/src/rev/d36ae7d7b183
branches:  trunk
changeset: 535457:d36ae7d7b183
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Aug 19 14:51:58 2002 +0000

description:
Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
it must be before <bsd.own.mk> is included.

diffstat:

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

diffs (26 lines):

diff -r 99a57babb2da -r d36ae7d7b183 share/mk/bsd.README
--- a/share/mk/bsd.README       Mon Aug 19 13:54:34 2002 +0000
+++ b/share/mk/bsd.README       Mon Aug 19 14:51:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.100 2002/08/09 00:21:22 thorpej Exp $
+#      $NetBSD: bsd.README,v 1.101 2002/08/19 14:51:58 lukem Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -67,6 +67,8 @@
 NOxxx          If defined, disables a feature.  Not intended for users,
                it's to allow Makefiles to disable functionality that
                they don't support (such as missing man pages).
+               NOxxx variables must be defined before <bsd.own.mk>
+               is included.
 
 The following variables that control how things are made/installed that
 are not set by default. These should not be set by Makefiles; they're for
@@ -675,6 +677,7 @@
 
 USE_SHLIBDIR   If "yes", use ${SHLIBDIR} instead of ${LIBDIR}
                as the path to install shared libraries to.
+               USE_SHLIBDIR must be defined before <bsd.own.mk> is included.
 
 LINTLIBDIR     Target directory for lint libraries.
 



Home | Main Index | Thread Index | Old Index