[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.6 and 1.7

version 1.6, 2001/11/25 18:40:34 version 1.7, 2002/03/04 02:10:02
Line 98  CONFIGURATION
Line 98  CONFIGURATION
                  their default use of the host system's /usr/include,                   their default use of the host system's /usr/include,
                  /usr/lib, and so forth.  This pathname should not end with a                   /usr/lib, and so forth.  This pathname should not end with a
                  slash (/) character (for installation into the system's root                   slash (/) character (for installation into the system's root
                  directory, set DESTDIR to an empty string).                   directory, set DESTDIR to an empty string).  The directory
                    must reside on a file system which supports long file names
                    and hard links.
   
                  Default: Empty string if USETOOLS is ``yes''; unset other-                   Default: Empty string if USETOOLS is ``yes''; unset other-
                  wise.                   wise.
Line 209  CONFIGURATION
Line 211  CONFIGURATION
   
                  Default: Unset.                   Default: Unset.
   
        UNPRIVED    If set, then an unprivileged install will occur.  The user,
                    group, permissions, and file flags, will not be set on the
                    installed item; instead the information will be appended to a
                    file called METALOG in the .OBJDIR of src.  The contents of
                    METALOG is used during the generation of the distribution tar
                    files to ensure that the appropriate file ownership is
                    stored.
   
                    Default: Unset.
   
      UPDATE      If set, then all install operations intended to write to       UPDATE      If set, then all install operations intended to write to
                  DESTDIR will compare file timestamps before installing, and                   DESTDIR will compare file timestamps before installing, and
                  skip the install phase if the destination files are up-to-                   skip the install phase if the destination files are up-to-
Line 241  CONFIGURATION
Line 253  CONFIGURATION
                  clude files).                   clude files).
   
    "make" variables for full builds     "make" variables for full builds
      These variables only affect the top level ``Makefile'' and do not manual-       These variables only affect the top level ``Makefile'' and do not affect
      ly building subtrees of the NetBSD source code.       manually building subtrees of the NetBSD source code.
   
      MKOBJDIRS      Can be set to ``yes'' or ``no''.  Indicates whether object       MKOBJDIRS      Can be set to ``yes'' or ``no''.  Indicates whether object
                     directories will be created automatically (via a ``make                      directories will be created automatically (via a ``make
Line 446  BUILDING
Line 458  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).
   
        -U        Set the UNPRIVED variable.
   
    The "nbmake-MACHINE" wrapper script     The "nbmake-MACHINE" wrapper script
      If using the build.sh script to build NetBSD, a nbmake-MACHINE script       If using the build.sh script to build NetBSD, a nbmake-MACHINE script
      will be created in TOOLDIR/bin upon the first build to assist in building       will be created in TOOLDIR/bin upon the first build to assist in building
Line 467  HISTORY
Line 481  HISTORY
 BUGS  BUGS
      Many platforms are not yet using the USE_NEW_TOOLCHAIN system.       Many platforms are not yet using the USE_NEW_TOOLCHAIN system.
   
 NetBSD                         November 12, 2001                             8  NetBSD                           March 4, 2002                               8

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>