[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.29 and 1.30

version 1.29, 2003/02/08 10:00:33 version 1.30, 2003/05/08 14:42:05
Line 132  CONFIGURATION
Line 132  CONFIGURATION
                  Default: Empty string if USETOOLS is ``yes''; unset other-                   Default: Empty string if USETOOLS is ``yes''; unset other-
                  wise.                   wise.
   
                    Note: build.sh will provide a default of destdir.MACHINE (in
                    the top-level .OBJDIR) unless run in `expert' mode
   
      MAKECONF    The name of the make(1) configuration file.  Only settable in       MAKECONF    The name of the make(1) configuration file.  Only settable in
                  the process environment.                   the process environment.
   
Line 328  CONFIGURATION
Line 331  CONFIGURATION
   
                       Default: Unset.                        Default: Unset.
   
                         Note: build.sh will provide a default of releasedir (in
                         the top-level .OBJDIR) unless run in `expert' mode
   
      UPDATE           If set, then in addition to the effects described for       UPDATE           If set, then in addition to the effects described for
                       UPDATE above, this implies the effects of NOCLEANDIR                        UPDATE above, this implies the effects of NOCLEANDIR
                       (i.e., ``make cleandir'' is avoided).                        (i.e., ``make cleandir'' is avoided).
Line 578  EXAMPLES
Line 584  EXAMPLES
           Build a new toolchain, and use the new toolchain to configure and            Build a new toolchain, and use the new toolchain to configure and
           build a new GENERIC kernel.            build a new GENERIC kernel.
   
      2.   ./build.sh -U -D /path/to/destdir distribution       2.   ./build.sh -U distribution
   
           Using unprivileged mode, build a complete distribution in            Using unprivileged mode, build a complete distribution to a DESTDIR
           /path/to/destdir.            directory that build.sh selects (and will display).
   
      3.   # ./build.sh -U -D /path/to/destdir install=/       3.   # ./build.sh -U install=/
   
           As root, install to / the distribution that was built by example 2.            As root, install to / the distribution that was built by example 2.
           Even though this is run as root, -U is required so that the permis-            Even though this is run as root, -U is required so that the permis-
           sions stored in /path/to/destdir/METALOG are correctly applied to            sions stored in DESTDIR/METALOG are correctly applied to the files
           the files as they're copied to /.            as they're copied to /.
   
      4.   ./build.sh -U -u -D /path/to/destdir -R /path/to/releasedir release       4.   ./build.sh -U -u release
   
           Using unprivileged mode, build a complete release in            Using unprivileged mode, build a complete release to DESTDIR and
           /path/to/dir/releasedir.  UPDATE (-u) is set to prevent the ``make            RELEASEDIR directories that build.sh selects (and will display).
           cleandir'', so that if this is run after example 2, it doesn't need            UPDATE (-u) is set to prevent the ``make cleandir'', so that if this
           to redo that portion of the release build.            is run after example 2, it doesn't need to redo that portion of the
             release build.
   
 OBSOLETE VARIABLES  OBSOLETE VARIABLES
      NBUILDJOBS  Use the make(1) option -j, instead.       NBUILDJOBS  Use the make(1) option -j, instead.
Line 614  HISTORY
Line 621  HISTORY
 BUGS  BUGS
      A few platforms are not yet using this build system.       A few platforms are not yet using this build system.
   
 NetBSD                         February 8, 2003                             10  NetBSD                            May 8, 2003                               10

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>