Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add the following text to answer PR 10650:
details: https://anonhg.NetBSD.org/src/rev/114e0e4e0fd2
branches: trunk
changeset: 506962:114e0e4e0fd2
user: fair <fair%NetBSD.org@localhost>
date: Sat Mar 10 11:00:37 2001 +0000
description:
Add the following text to answer PR 10650:
LDSTATIC Control program linking; if set blank, link everything
dynamically. If set to "-static", link everything statically.
If not set, programs link according to their makefile.
diffstat:
share/mk/bsd.README | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 23da56b20739 -r 114e0e4e0fd2 share/mk/bsd.README
--- a/share/mk/bsd.README Sat Mar 10 03:23:09 2001 +0000
+++ b/share/mk/bsd.README Sat Mar 10 11:00:37 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.75 2001/02/01 20:27:06 agc Exp $
+# $NetBSD: bsd.README,v 1.76 2001/03/10 11:00:37 fair Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -197,6 +197,10 @@
MANINSTALL Manual installation type: maninstall, catinstall, or both
+LDSTATIC Control program linking; if set blank, link everything
+ dynamically. If set to "-static", link everything statically.
+ If not set, programs link according to their makefile.
+
LIBDIR Base path for library installation. [/usr/lib]
LINTLIBDIR Base path for lint(1) library installation. [/usr/libdata/lint]
Home |
Main Index |
Thread Index |
Old Index