cvs commit: src/tools/tools/tinderbox tinderbox.pl
Dag-Erling Smorgrav
des at FreeBSD.org
Thu May 15 05:26:56 PDT 2003
des 2003/05/15 05:26:55 PDT
FreeBSD src repository
Modified files:
tools/tools/tinderbox tinderbox.pl
Log:
Add a 'release' command which builds a release. It currently sets
NOCDROM, NODOC and NOPORTS to save time and space, but I may remove
those at a later date so we can use the results to populate a snapshot
server.
Document the --machine option.
Make $arch and $machine default to the correct values for the current
system. This shouldn't make any difference unless you run the
tinderbox on a pc98 machine, since for all other platforms, $arch and
$machine are the same.
Only set kernel-related variables if actually building a kernel or a
release.
Be paranoid and cd to the correct directory in each stage so we're
sure we invoke make(1) in the right place.
To support building LINT on -STABLE, don't try to 'make LINT' unless
NOTES exists, but build LINT if the config file exists even if there
is no NOTES.
Revision Changes Path
1.15 +58 -14 src/tools/tools/tinderbox/tinderbox.pl
More information about the cvs-all
mailing list