From owner-cvs-projects@FreeBSD.ORG Wed Nov 12 12:24:12 2008 Return-Path: Delivered-To: cvs-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45152106567C; Wed, 12 Nov 2008 12:24:12 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AE228FC18; Wed, 12 Nov 2008 12:24:12 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mACCOCvZ099834; Wed, 12 Nov 2008 12:24:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mACCOCQ1099833; Wed, 12 Nov 2008 12:24:12 GMT (envelope-from des) Message-Id: <200811121224.mACCOCQ1099833@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 Nov 2008 12:24:12 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/tinderbox tinderbox.1 tinderbox.pl X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 12:24:12 -0000 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