cvs commit: projects/tinderbox tinderbox.1 tinderbox.pl

Dag-Erling Smorgrav des at FreeBSD.org
Wed Nov 12 04:24:12 PST 2008


des         2008-11-12 12:24:12 UTC

  FreeBSD projects repository

  Modified files:
    tinderbox            tinderbox.1 tinderbox.pl 
  Log:
  All the FreeBSD branches we care about already set CFLAGS and COPTFLAGS to
  reasonable values.  More importantly, they set CFLAGS to different values
  for different targets (e.g. -O instead of -O2 for arm and mips).  Hence,
  it does not make sense for the tinderbox to impose particular CFLAGS and
  COPTFLAGS values except at the explicit request of the user.
  
  On the other hand, when a build fails, knowing the values of certain
  environment variables may be crucial to understanding what went wrong.
  Therefore, we now log a full copy of the environment every time we build
  anything, even when not in verbose mode.
  
  Revision  Changes    Path
  1.20      +3 -21     projects/tinderbox/tinderbox.1
  1.62      +36 -41    projects/tinderbox/tinderbox.pl


More information about the cvs-projects mailing list