regen from doc/BUILDING.mdoc revision 1.107.
This reinstates documentation for "extsrc" which was lost in 2009.
This commit is contained in:
parent
d1f4f392c7
commit
7fa35347f7
22
BUILDING
22
BUILDING
@ -80,6 +80,9 @@ FILES
|
|||||||
x11/ ``Reachover'' build structure for X11R6; the source is in
|
x11/ ``Reachover'' build structure for X11R6; the source is in
|
||||||
X11SRCDIR.
|
X11SRCDIR.
|
||||||
|
|
||||||
|
extsrc/ ``Reachover'' build structure for externally added
|
||||||
|
programs and libraries; the source is in EXTSRCSRCDIR.
|
||||||
|
|
||||||
Build tree layout
|
Build tree layout
|
||||||
The NetBSD build tree is described in hier(7), and the release layout is
|
The NetBSD build tree is described in hier(7), and the release layout is
|
||||||
described in release(7).
|
described in release(7).
|
||||||
@ -197,6 +200,13 @@ CONFIGURATION
|
|||||||
Note: build.sh will provide a default of destdir.MACHINE (in
|
Note: build.sh will provide a default of destdir.MACHINE (in
|
||||||
the top-level .OBJDIR) unless run in `expert' mode.
|
the top-level .OBJDIR) unless run in `expert' mode.
|
||||||
|
|
||||||
|
EXTSRCSRCDIR
|
||||||
|
Directory containing sources of externally added programs and
|
||||||
|
libraries. If specified, must be an absolute path.
|
||||||
|
|
||||||
|
Default: NETBSDRCDIR/../extsrc, if that exists; otherwise
|
||||||
|
/usr/extsrc.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@ -264,6 +274,11 @@ CONFIGURATION
|
|||||||
|
|
||||||
Default: ``yes''
|
Default: ``yes''
|
||||||
|
|
||||||
|
MKEXTSRC Can be set to ``yes'' or ``no''. Indicates whether extsrc is
|
||||||
|
built from EXTSRCSRCDIR.
|
||||||
|
|
||||||
|
Default: ``no''
|
||||||
|
|
||||||
MKHTML Can be set to ``yes'' or ``no''. Indicates whether
|
MKHTML Can be set to ``yes'' or ``no''. Indicates whether
|
||||||
preformatted HTML manual pages will be built and installed
|
preformatted HTML manual pages will be built and installed
|
||||||
|
|
||||||
@ -1022,6 +1037,13 @@ BUILDING
|
|||||||
|
|
||||||
-x Set MKX11=yes.
|
-x Set MKX11=yes.
|
||||||
|
|
||||||
|
-Y extsrcdir
|
||||||
|
Set the value of EXTSRCSRCDIR to extsrcdir. If a relative path
|
||||||
|
is specified, it will be converted to an absolute path before
|
||||||
|
being used.
|
||||||
|
|
||||||
|
-y Set MKEXTSRC=yes.
|
||||||
|
|
||||||
-Z var Unset ("zap") the environment variable var. This is propagated
|
-Z var Unset ("zap") the environment variable var. This is propagated
|
||||||
to the nbmake wrapper.
|
to the nbmake wrapper.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user