[BACK]Return to BUILDING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/BUILDING between version 1.128 and 1.131.2.1

version 1.128, 2017/05/21 15:30:20 version 1.131.2.1, 2018/09/06 06:51:31
Line 29  FILES
Line 29  FILES
   
      Makefile       The main Makefile for NetBSD; should only be run for       Makefile       The main Makefile for NetBSD; should only be run for
                     native builds with an appropriately up-to-date version of                      native builds with an appropriately up-to-date version of
                     NetBSD make(1).  (For building from out-of-date systems or                      NetBSD make(1).  Intended for expert use with knowlege of
                     on a non-native host, see the build.sh shell script.)                      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       UPDATING       Special notes for updating from an earlier revision of
                     NetBSD.  It is important to read this file before every                      NetBSD.  It is important to read this file before every
Line 39  FILES
Line 40  FILES
      build.sh       Bourne-compatible shell script used for building the host       build.sh       Bourne-compatible shell script used for building the host
                     build tools and the NetBSD system from scratch.  Can be                      build tools and the NetBSD system from scratch.  Can be
                     used for both native and cross builds, and should be used                      used for both native and cross builds, and should be used
                     instead of make(1) for any source tree that is updated and                      instead of make(1) as it performs additional checks to
                     recompiled regularly.                      prevent common issues going undetected, such as building
                       with an outdated version of make(1).
   
      crypto/dist/, dist/, gnu/dist/       crypto/dist/, dist/, gnu/dist/
                     Sources imported verbatim from third parties, without                      Sources imported verbatim from third parties, without
Line 255  CONFIGURATION
Line 257  CONFIGURATION
   
      MKDEBUGLIB  Can be set to "yes" or "no".  Indicates whether debug       MKDEBUGLIB  Can be set to "yes" or "no".  Indicates whether debug
                  information (see MKDEBUG) should also be generated for all                   information (see MKDEBUG) should also be generated for all
                  libraries build.                   libraries built.
   
                  Default: "no"                   Default: "no"
   
Line 287  CONFIGURATION
Line 289  CONFIGURATION
                  Default: "no"                   Default: "no"
   
      MKINFO      Can be set to "yes" or "no".  Indicates whether GNU Info       MKINFO      Can be set to "yes" or "no".  Indicates whether GNU Info
                  files, used for the documentation for most of the compilation                   files will be created and installed during a build.  GNU Info
                  tools, will be created and installed during a build.                   files are used for providing documentation by most of the
                    compilation tools.
   
                  Default: "yes"                   Default: "yes"
   
Line 339  CONFIGURATION
Line 342  CONFIGURATION
                  statically linked.                   statically linked.
   
                  Default: Platform dependent.  As of this writing, all                   Default: Platform dependent.  As of this writing, all
                  platforms except sh3 default to "yes".                   platforms except m68000 default to "yes".
   
      MKPICINSTALL       MKPICINSTALL
                  Can be set to "yes" or "no".  Indicates whether the ar(1)                   Can be set to "yes" or "no".  Indicates whether the ar(1)
Line 875  BUILDING
Line 878  BUILDING
                    MACHINE/MACHINE_ARCH pairs, and then exits.  The -m or -a                     MACHINE/MACHINE_ARCH pairs, and then exits.  The -m or -a
                    options (or both) may be used to specify glob patterns that                     options (or both) may be used to specify glob patterns that
                    will be used to narrow the list of results; for example,                     will be used to narrow the list of results; for example,
                    "build.sh -m 'evm*' -a '*arm*' list-arch" will list all                     "build.sh -m 'evb*' -a '*arm*' list-arch" will list all
                    known MACHINE/MACHINE_ARCH values in which either MACHINE                     known MACHINE/MACHINE_ARCH values in which either MACHINE
                    or ALIAS matches the pattern `evb*', and MACHINE_ARCH                     or ALIAS matches the pattern `evb*', and MACHINE_ARCH
                    matches the pattern `*arm*'.                     matches the pattern `*arm*'.
Line 1110  CAVEATS
Line 1113  CAVEATS
      in object directories.  Instead, one may have to manually remove the       in object directories.  Instead, one may have to manually remove the
      files.  Consult the UPDATING file for notices concerning this.       files.  Consult the UPDATING file for notices concerning this.
   
 NetBSD                          April 13, 2017                          NetBSD  NetBSD                           July 29, 2018                          NetBSD

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.131.2.1

CVSweb <webmaster@jp.NetBSD.org>