From owner-cvs-all@FreeBSD.ORG Sun Feb 5 13:22:31 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BECD106564A; Sun, 5 Feb 2012 13:22:31 +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 E61898FC0A; Sun, 5 Feb 2012 13:22:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q15DMUYU085862; Sun, 5 Feb 2012 13:22:30 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q15DMU41085861; Sun, 5 Feb 2012 13:22:30 GMT (envelope-from des) Message-Id: <201202051322.q15DMU41085861@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 5 Feb 2012 13:22:30 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2012 13:22:31 -0000 des 2012-02-05 13:22:30 UTC FreeBSD projects repository Modified files: tinderbox tinderbox.1 tinderbox.pl Log: Rename the clean* targets to preclean* and add corresponding postclean* targets which do the same thing except at the end of the build. This is useful for builders that are slightly low on disk space. Revision Changes Path 1.26 +52 -16 projects/tinderbox/tinderbox.1 1.76 +51 -36 projects/tinderbox/tinderbox.pl