Source-Changes-HG archive

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

[src/trunk]: src/share/mk Correct the "Default:" text for MKPIC



details:   https://anonhg.NetBSD.org/src/rev/e84979e8602d
branches:  trunk
changeset: 559120:e84979e8602d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 09 19:08:17 2004 +0000

description:
Correct the "Default:" text for MKPIC

diffstat:

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

diffs (18 lines):

diff -r 3c32ee884a0b -r e84979e8602d share/mk/bsd.README
--- a/share/mk/bsd.README       Tue Mar 09 19:04:09 2004 +0000
+++ b/share/mk/bsd.README       Tue Mar 09 19:08:17 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.146 2004/02/13 05:13:37 lukem Exp $
+#      $NetBSD: bsd.README,v 1.147 2004/03/09 19:08:17 skrll Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -206,7 +206,7 @@
 
 MKPIC          If "no", don't build or install shared libraries, and
                also acts as "MKPICLIB=no"
-               Default: yes, except for ${MACHINE_ARCH} == "sh3"
+               Default: yes (for MACHINE_ARCHs that support it) 
 
 MKPICINSTALL   If "no", don't install the *_pic.a libraries.
                Default: yes



Home | Main Index | Thread Index | Old Index