Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 8024 invoked from network); 19 Oct 2007 02:25:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 02:25:51 -0000 Received: (qmail 99403 invoked by uid 500); 19 Oct 2007 02:25:38 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 99364 invoked by uid 500); 19 Oct 2007 02:25:38 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 99353 invoked by uid 99); 19 Oct 2007 02:25:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 19:25:38 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 02:25:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 21FBF1A9832; Thu, 18 Oct 2007 19:24:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r586233 - /apr/apr-util/trunk/Makefile.in Date: Fri, 19 Oct 2007 02:24:49 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071019022450.21FBF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Thu Oct 18 19:24:49 2007 New Revision: 586233 URL: http://svn.apache.org/viewvc?rev=586233&view=rev Log: As with apr, be nice and build all the tests, even those we aren't about to check. Modified: apr/apr-util/trunk/Makefile.in Modified: apr/apr-util/trunk/Makefile.in URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/Makefile.in?rev=586233&r1=586232&r2=586233&view=diff ============================================================================== --- apr/apr-util/trunk/Makefile.in (original) +++ apr/apr-util/trunk/Makefile.in Thu Oct 18 19:24:49 2007 @@ -110,6 +110,6 @@ test: check check: $(TARGET_LIB) - cd test && $(MAKE) check + cd test && $(MAKE) all check .PHONY: install-modules install-modules-yes install-modules-no dox test check