[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.78.2.1 and 1.78.2.4

version 1.78.2.1, 2008/11/15 22:05:11 version 1.78.2.4, 2011/03/08 17:47:59
Line 281  CONFIGURATION
Line 281  CONFIGURATION
   
                  Default: ``no''                   Default: ``no''
   
        MKSUBPIXEL  Can be set to ``yes'' or ``no''.  For X builds, decides if
                    subpixel rendering code in FreeType is turned on.  Turned off
                    by default because of patent issues.
   
                    Default: ``no''
   
      MKTTINTERP  Can be set to ``yes'' or ``no''.  For X builds, decides if       MKTTINTERP  Can be set to ``yes'' or ``no''.  For X builds, decides if
                  the TrueType bytecode interpreter is turned on.  See                   the TrueType bytecode interpreter is turned on.  See
                  http://www.freetype.org/patents.html for details.                   http://www.freetype.org/patents.html for details.
Line 352  CONFIGURATION
Line 358  CONFIGURATION
      X11FLAVOUR  The style of X11 cross-built, set to either ``Xorg'' or       X11FLAVOUR  The style of X11 cross-built, set to either ``Xorg'' or
                  ``XFree86''.                   ``XFree86''.
   
                  Default: ``Xorg'' on amd64, i386, macppc, shark, sparc and                   Default: ``Xorg'' on amd64, i386, macppc, shark and sparc64
                  sparc64 platforms, ``XFree86'' on everything else.                   platforms, ``XFree86'' on everything else.
   
    "make" variables for full builds     "make" variables for full builds
      These variables only affect the top level ``Makefile'' and do not affect       These variables only affect the top level ``Makefile'' and do not affect
Line 515  BUILDING
Line 521  BUILDING
                    ing.                     ing.
   
                    The INSTALLSETS environment variable may be set to a list                     The INSTALLSETS environment variable may be set to a list
                    of distribution sets to be installed.  By default, all sets                     of distribution sets to be installed, separated by spaces.
                    except ``etc'' and ``xetc'' are installed, so most files in                     By default, all sets except ``etc'' and ``xetc'' are
                    INSTALLWORLDDIR/etc will not be installed or modified.                     extracted, so most files in INSTALLWORLDDIR/etc will not
                      be installed or modified.
   
                    Note: Before performing this operation with                     Note: Before performing this operation with
                    INSTALLWORLDDIR=/, it is highly recommended that you                     INSTALLWORLDDIR=/, it is highly recommended that you
Line 651  BUILDING
Line 658  BUILDING
   
      install=idir  Install the contents of DESTDIR to idir, using ``make       install=idir  Install the contents of DESTDIR to idir, using ``make
                    installworld''.  Note that files that are part of the                     installworld''.  Note that files that are part of the
                    ``etc'' or ``xetc'' sets will not be installed.                     ``etc'' or ``xetc'' sets will not be installed, unless
                      overridden by the INSTALLSETS environment variable.
   
      kernel=kconf  Build a new kernel.  The kconf argument is the name of a       kernel=kconf  Build a new kernel.  The kconf argument is the name of a
                    configuration file suitable for use by config(1).  If kconf                     configuration file suitable for use by config(1).  If kconf
Line 886  HISTORY
Line 894  HISTORY
      The build.sh based build scheme was introduced for NetBSD 1.6 as       The build.sh based build scheme was introduced for NetBSD 1.6 as
      USE_NEW_TOOLCHAIN, and re-worked to TOOLCHAIN_MISSING after that.       USE_NEW_TOOLCHAIN, and re-worked to TOOLCHAIN_MISSING after that.
   
 NetBSD                        September 10, 2008                        NetBSD  NetBSD                            May 1, 2009                           NetBSD

Legend:
Removed from v.1.78.2.1  
changed lines
  Added in v.1.78.2.4

CVSweb <webmaster@jp.NetBSD.org>