Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 05:26:55 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/tinderbox tinderbox.pl
Message-ID:  <200305151226.h4FCQthB032238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305151226.h4FCQthB032238>