Source-Changes-HG archive

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

[src/trunk]: src/doc SH3 is no longer an exception for MKPIC, in src/share/mk...



details:   https://anonhg.NetBSD.org/src/rev/c4f5680a9a03
branches:  trunk
changeset: 827244:c4f5680a9a03
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Oct 21 21:16:07 2017 +0000

description:
SH3 is no longer an exception for MKPIC, in src/share/mk/bsd.own.mk we set MKPIC
to yes by default.
Kill trailing whitespace.

diffstat:

 doc/BUILDING.mdoc |  13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r f91f5921409e -r c4f5680a9a03 doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Sat Oct 21 20:36:12 2017 +0000
+++ b/doc/BUILDING.mdoc Sat Oct 21 21:16:07 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: BUILDING.mdoc,v 1.120 2017/05/21 15:28:38 riastradh Exp $
+.\"    $NetBSD: BUILDING.mdoc,v 1.121 2017/10/21 21:16:07 sevan Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" Toolchain prefix for commands
 .ds toolprefix nb
 .
-.Dd April 13, 2017
+.Dd October 21, 2017
 .Dt BUILDING 8
 .Os NetBSD
 .
@@ -608,12 +608,7 @@
 If set to
 .Dq no ,
 the entire built system will be statically linked.
-.DFLT
-Platform dependent.
-As of this writing, all platforms except
-.Sy sh3
-default to
-.Dq yes .
+.DFLTy
 .
 .It Sy MKPICINSTALL
 .YorN
@@ -1805,7 +1800,7 @@
 See the
 .Cm list-arch
 operation for a way to get a list of valid
-.Sy MACHINE 
+.Sy MACHINE
 and
 .Sy MACHINE_ARCH
 settings.



Home | Main Index | Thread Index | Old Index