[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.21 and 1.23

version 1.21, 2003/01/04 12:55:32 version 1.23, 2003/01/26 05:34:32
Line 30  REQUIREMENTS
Line 30  REQUIREMENTS
      toolchain (make is not required); all other tools are created as part of       toolchain (make is not required); all other tools are created as part of
      the NetBSD build process.       the NetBSD build process.
   
            Note: A couple host toolchain components are not yet available in             Note: A couple of host toolchain components are not yet available
            the tools directory.  Also, some tools use non-POSIX, non-ANSI C             in the tools directory.  Also, some tools use non-POSIX, non-ANSI C
            extensions and need to be standardized.  As a result, cross-compil-             extensions and need to be standardized.  As a result, cross-compil-
            ing from systems other than NetBSD is not currently supported.             ing from systems other than NetBSD is not currently supported.
   
Line 410  BUILDING
Line 410  BUILDING
                    the proper order.                     the proper order.
   
      distribution  Do a ``make build'', and then install a full distribution       distribution  Do a ``make build'', and then install a full distribution
                    into DESTDIR.                     into DESTDIR, including files in /dev, /etc, /root and
                      /var.
   
      buildworld    As per ``make distribution'', except that it ensures that       buildworld    As per ``make distribution'', except that it ensures that
                    DESTDIR is not the root directory.                     DESTDIR is not the root directory.
Line 423  BUILDING
Line 424  BUILDING
                    Note: It is highly recommended that you upgrade your kernel                     Note: It is highly recommended that you upgrade your kernel
                    and reboot before performing this operation.                     and reboot before performing this operation.
   
      release       Do a ``make build'', then package the system into a stan-       release       Do a ``make distribution'', build kernels, distribution me-
                    dard release layout as described by release(7).  This re-                     dia, and install sets, and then package the system into a
                    quires that RELEASEDIR be set (see above).                     standard release layout as described by release(7).  This
                      requires that RELEASEDIR be set (see above).
   
      regression-tests       regression-tests
                    Can only be run after building the regression tests in the                     Can only be run after building the regression tests in the
Line 449  BUILDING
Line 451  BUILDING
      of options below, variables that are automatically set by build.sh are       of options below, variables that are automatically set by build.sh are
      noted where applicable.       noted where applicable.
   
      The following are available command line options that may be supplied to       The following operations are supported by build.sh:
      build.sh:  
        build         Build the system as per ``make build''.  This option im-
                      plies the obj and tools operations.
   
        distribution  Build a full distribution as per ``make distribution''.
                      This option implies the build operation.
   
        release       Build a full release as per ``make release''.  This option
                      implies the distribution operation.
   
        makewrapper   Create the nbmake-MACHINE wrapper.  This operation is auto-
                      matically performed for any of the other operations.
   
        obj           Perform ``make obj''.
   
        tools         Build and install the host tools from src/tools.
   
        kernel=kconf  Build a new kernel.  The kconf argument is the name of a
                      configuration file suitable for use by config(8).  If kconf
                      does not contain any `/' characters, the configuration file
                      is expected to be found in the KERNCONFDIR directory, which
                      is typically sys/arch/MACHINE/conf.  The new kernel will be
                      built in a subdirectory of KERNOBJDIR, which is typically
                      sys/arch/MACHINE/compile or an associated object directory.
                      In order to ensure that the kernel is built using up-to-
                      date tools, it is strongly recommended that the tools be
                      rebuilt (using the tools operation).
   
        install=idir  Install the contents of DESTDIR to idir, using ``make
                      installworld''.
   
        The following command line options alter the behaviour of the above oper-
        ations: The following command line options alter the behaviour of the
        build.sh operations described above:
   
      -a arch   Set the value of MACHINE_ARCH to arch.       -a arch   Set the value of MACHINE_ARCH to arch.
   
Line 460  BUILDING
Line 495  BUILDING
                that the resulting name is of the form ``nbmake-MACHINE-                 that the resulting name is of the form ``nbmake-MACHINE-
                BUILDID''.                 BUILDID''.
   
      -b        Bootstrap ``make'' and create a nbmake-MACHINE script (see be-  
                low).  
   
      -D dest   Set the value of DESTDIR to dest.       -D dest   Set the value of DESTDIR to dest.
   
      -d        Build a full distribution.  This differs from a default build       -E        Set `expert' mode.  This overrides various sanity checks, and
                in that files will also be installed to /dev, /etc, /root and                 allows: DESTDIR does not have to be set to a non-root path for
                /var.  Note this does not build a ``release''; no release sets                 builds, and UNPRIVED does not have to be set when building as a
                are placed in ${RELEASEDIR}.  -d is implied by -R.                 non-root user.
   
      -E        Set `expert' mode; DESTDIR does not have to be set to a non-                 Note: It is highly recommended that you know what you are doing
                root path for builds when this is set.                 when you use this option.
   
      -i installworlddir  
                Install the contents of DESTDIR to installworlddir after all  
                other operations have completed, using the top level  
                ``installworld'' target.  
   
      -j njob   Passed through to make(1).  Makefiles should use .WAIT or have       -j njob   Passed through to make(1).  Makefiles should use .WAIT or have
                explicit dependancies as necessary to enforce build ordering.                 explicit dependancies as necessary to enforce build ordering.
                If you see build failures with -j, please save complete build                 If you see build failures with -j, please save complete build
                logs so the failures can be analyzed.                 logs so the failures can be analyzed.
   
      -k kernel  
                Build a new kernel.  The kernel argument is the name of a con-  
                figuration file suitable for use by config(8).  If kernel does  
                not contain any `/' characters, the configuration file is ex-  
                pected to be found in the KERNCONFDIR directory, which is typi-  
                cally sys/arch/MACHINE/conf.  The new kernel will be built in a  
                subdirectory of KERNOBJDIR, which is typically  
                sys/arch/MACHINE/compile or an associated object directory.  In  
                order to ensure that the kernel is built using up-to-date  
                tools, it is strongly recommended that the tools be rebuilt  
                (using the -t option) in a separate invocation of build.sh pri-  
                or to using the -k option, or that the -t and -k options be  
                used together in a single invocation of build.sh.  
   
      -M obj    Set MAKEOBJDIRPREFIX to obj.       -M obj    Set MAKEOBJDIRPREFIX to obj.
   
      -m mach   Set the value of MACHINE to mach.  This will also override any       -m mach   Set the value of MACHINE to mach.  This will also override any
Line 516  BUILDING
Line 529  BUILDING
   
      -o        Set the value of MKOBJDIRS to ``no''.       -o        Set the value of MKOBJDIRS to ``no''.
   
      -R rel    Set the value of RELEASEDIR to rel.  Setting this option will       -R rel    Set the value of RELEASEDIR to rel.
                cause build.sh to run ``make release'' instead of ``make  
                build''.  
   
      -r        Remove the contents of DESTDIR and TOOLDIR before building       -r        Remove the contents of DESTDIR and TOOLDIR before building
                (provides a clean starting point).  This will skip deleting                 (provides a clean starting point).  This will skip deleting
Line 528  BUILDING
Line 539  BUILDING
                ``make'' will only be rebuilt as needed (when the source files                 ``make'' will only be rebuilt as needed (when the source files
                for make(1) change).                 for make(1) change).
   
      -t        Build and install the host tools from src/tools only.  This op-  
                tion implies -b.  
   
      -U        Set the UNPRIVED variable.       -U        Set the UNPRIVED variable.
   
      -u        Set the UPDATE variable.       -u        Set the UPDATE variable.
   
      -V var=[value]       -V var=[value]
                Set the variable var to value (which is optional).  This is                 Set the variable var to value (which is optional).
                useful for setting RELEASEDIR without actually building a re-  
                lease.  
   
      -w wrapper       -w wrapper
                Create the nbmake wrapper script (see below) in a custom loca-                 Create the nbmake wrapper script (see below) in a custom loca-
Line 558  BUILDING
Line 564  BUILDING
      with an absolute path.       with an absolute path.
   
 EXAMPLES  EXAMPLES
      ./build.sh -t       ./build.sh tools kernel=GENERIC
                Build a new toolchain.  
   
      cd ${KERNCONFDIR} ; ${TOOLDIR}/bin/nbconfig GENERIC  
                Use the new version of config(8) to prepare to build a new  
                GENERIC kernel.  
   
      cd ${KERNOBJDIR}/GENERIC ; ${TOOLDIR}/bin/nbmake-${MACHINE} dependall  
                Use the new toolchain to build a new GENERIC kernel.  
   
      ./build.sh -t -k GENERIC  
                Build a new toolchain, and use the new toolchain to configure                 Build a new toolchain, and use the new toolchain to configure
                and build a new GENERIC kernel.                 and build a new GENERIC kernel.  This is a simpler way to
                  achieve what the first three examples do.
   
      ./build.sh -U -d       ./build.sh -U -D /some/DESTDIR distribution
                Using unprivileged mode, build a complete distribution in                 Using unprivileged mode, build a complete distribution in
                DESTDIR.                 /some/DESTDIR.
   
      ./build.sh -U -R /some/dir/RELEASE       # ./build.sh -U -D /some/DESTDIR installworld=/
                Using unprivileged mode, build a complete release in the speci-                 As root, install the distribution that was built with unprivi-
                fied release directory.                 leged mode from /some/DESTDIR to /.  (Even though this is run
                  as root, -U is required so that the permissions stored in
                  /some/DESTDIR/METALOG are correctly applied to the files as
                  they're copied to /).
   
        ./build.sh -U -D /some/dir/DESTDIR -R /some/dir/RELEASE release
                  Using unprivileged mode, build a complete release in
                  /some/dir/RELEASE.
   
 OBSOLETE VARIABLES  OBSOLETE VARIABLES
      NBUILDJOBS  Use the make(1) option -j, instead.       NBUILDJOBS  Use the make(1) option -j, instead.
Line 597  HISTORY
Line 601  HISTORY
 BUGS  BUGS
      A few platforms are not yet using this build system.       A few platforms are not yet using this build system.
   
 NetBSD                          January 4, 2003                             10  NetBSD                         January 26, 2003                             10

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>