Sun Jul 12 14:17:18 2009 UTC ()
regen


(hubertf)
diff -r1.84 -r1.85 src/BUILDING

cvs diff -r1.84 -r1.85 src/BUILDING (expand / switch to unified diff)

--- src/BUILDING 2009/07/12 12:15:10 1.84
+++ src/BUILDING 2009/07/12 14:17:18 1.85
@@ -131,27 +131,27 @@ CONFIGURATION @@ -131,27 +131,27 @@ CONFIGURATION
131 wise specified, these variables may be set in either the process environ- 131 wise specified, these variables may be set in either the process environ-
132 ment or the make(1) configuration file specified by MAKECONF. 132 ment or the make(1) configuration file specified by MAKECONF.
133 133
134 BUILDID Identifier for the build. The identifier will be appended to 134 BUILDID Identifier for the build. The identifier will be appended to
135 object directory names, and can be consulted in the make(1) 135 object directory names, and can be consulted in the make(1)
136 configuration file in order to set additional build parame- 136 configuration file in order to set additional build parame-
137 ters, such as compiler flags. 137 ters, such as compiler flags.
138 138
139 BUILDSEED GCC uses random numbers when compiling C++ code. This vari- 139 BUILDSEED GCC uses random numbers when compiling C++ code. This vari-
140 able seeds the gcc random number generator using the -fran- 140 able seeds the gcc random number generator using the -fran-
141 dom-seed flag with this value. By default, it is set to 141 dom-seed flag with this value. By default, it is set to
142 NetBSD-(majorversion). Using a fixed value causes C++ bina- 142 NetBSD-(majorversion). Using a fixed value causes C++ bina-
143 ries to be the same when built from the same sources, result- 143 ries to be the same when built from the same sources, result-
144 ing in identical (reproducable) builds. Additional informa- 144 ing in identical (reproducible) builds. Additional informa-
145 tion is available in the GCC documentation of -frandom-seed. 145 tion is available in the GCC documentation of -frandom-seed.
146 146
147 DESTDIR Directory to contain the built NetBSD system. If set, spe- 147 DESTDIR Directory to contain the built NetBSD system. If set, spe-
148 cial options are passed to the compilation tools to prevent 148 cial options are passed to the compilation tools to prevent
149 their default use of the host system's /usr/include, 149 their default use of the host system's /usr/include,
150 /usr/lib, and so forth. This pathname must be an absolute 150 /usr/lib, and so forth. This pathname must be an absolute
151 path, and should not end with a slash (/) character. (For 151 path, and should not end with a slash (/) character. (For
152 installation into the system's root directory, set DESTDIR to 152 installation into the system's root directory, set DESTDIR to
153 an empty string, not to ``/''). The directory must reside on 153 an empty string, not to ``/''). The directory must reside on
154 a file system which supports long file names and hard links. 154 a file system which supports long file names and hard links.
155 155
156 Default: Empty string if USETOOLS is ``yes''; unset other- 156 Default: Empty string if USETOOLS is ``yes''; unset other-
157 wise. 157 wise.