Module Name: src
Committed By: apb
Date: Thu Nov 13 08:42:35 UTC 2014
Modified Files:
src: BUILDING
Log Message:
regen from doc/BUILDING.mdoc revision 1.107.
This reinstates documentation for "extsrc" which was lost in 2009.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/BUILDING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/BUILDING
diff -u src/BUILDING:1.114 src/BUILDING:1.115
--- src/BUILDING:1.114 Sat Nov 8 04:23:00 2014
+++ src/BUILDING Thu Nov 13 08:42:35 2014
@@ -80,6 +80,9 @@ FILES
x11/ ``Reachover'' build structure for X11R6; the source is in
X11SRCDIR.
+ extsrc/ ``Reachover'' build structure for externally added
+ programs and libraries; the source is in EXTSRCSRCDIR.
+
Build tree layout
The NetBSD build tree is described in hier(7), and the release layout is
described in release(7).
@@ -197,6 +200,13 @@ CONFIGURATION
Note: build.sh will provide a default of destdir.MACHINE (in
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
the process environment.
@@ -264,6 +274,11 @@ CONFIGURATION
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
preformatted HTML manual pages will be built and installed
@@ -1022,6 +1037,13 @@ BUILDING
-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
to the nbmake wrapper.