Source-Changes-HG archive

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

[src/trunk]: src regen



details:   https://anonhg.NetBSD.org/src/rev/9bc5848c4141
branches:  trunk
changeset: 827247:9bc5848c4141
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Oct 21 23:49:28 2017 +0000

description:
regen

diffstat:

 BUILDING |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 136945c82634 -r 9bc5848c4141 BUILDING
--- a/BUILDING  Sat Oct 21 22:03:01 2017 +0000
+++ b/BUILDING  Sat Oct 21 23:49:28 2017 +0000
@@ -29,8 +29,9 @@
 
      Makefile       The main Makefile for NetBSD; should only be run for
                     native builds with an appropriately up-to-date version of
-                    NetBSD make(1).  (For building from out-of-date systems or
-                    on a non-native host, see the build.sh shell script.)
+                    NetBSD make(1).  Intended for expert use with knowlege of
+                    its shortcomings, it has been superseded by the build.sh
+                    shell script as the recommended means for building NetBSD.
 
      UPDATING       Special notes for updating from an earlier revision of
                     NetBSD.  It is important to read this file before every
@@ -39,8 +40,9 @@
      build.sh       Bourne-compatible shell script used for building the host
                     build tools and the NetBSD system from scratch.  Can be
                     used for both native and cross builds, and should be used
-                    instead of make(1) for any source tree that is updated and
-                    recompiled regularly.
+                    instead of make(1) as it performs additional checks to
+                    prevent common issues going undetected, such as building
+                    with an outdated version of make(1).
 
      crypto/dist/, dist/, gnu/dist/
                     Sources imported verbatim from third parties, without
@@ -338,8 +340,7 @@
                  build.  If set to "no", the entire built system will be
                  statically linked.
 
-                 Default: Platform dependent.  As of this writing, all
-                 platforms except sh3 default to "yes".
+                 Default: "yes"
 
      MKPICINSTALL
                  Can be set to "yes" or "no".  Indicates whether the ar(1)
@@ -1110,4 +1111,4 @@
      in object directories.  Instead, one may have to manually remove the
      files.  Consult the UPDATING file for notices concerning this.
 
-NetBSD                          April 13, 2017                          NetBSD
+NetBSD                         October 21, 2017                         NetBSD



Home | Main Index | Thread Index | Old Index