Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 82686 invoked from network); 19 Oct 2007 07:05:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 07:05:09 -0000 Received: (qmail 1269 invoked by uid 500); 19 Oct 2007 07:04:57 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 1232 invoked by uid 500); 19 Oct 2007 07:04:57 -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 1221 invoked by uid 99); 19 Oct 2007 07:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 00:04:57 -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 07:05:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0B92F1A9832; Fri, 19 Oct 2007 00:04:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r586285 - /apr/apr-util/trunk/test/Makefile.win Date: Fri, 19 Oct 2007 07:04:18 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071019070419.0B92F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Oct 19 00:04:17 2007 New Revision: 586285 URL: http://svn.apache.org/viewvc?rev=586285&view=rev Log: Whoops - experimenting with cmd's v.s. make envvars Modified: apr/apr-util/trunk/test/Makefile.win Modified: apr/apr-util/trunk/test/Makefile.win URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/Makefile.win?rev=586285&r1=586284&r2=586285&view=diff ============================================================================== --- apr/apr-util/trunk/test/Makefile.win (original) +++ apr/apr-util/trunk/test/Makefile.win Fri Oct 19 00:04:17 2007 @@ -144,7 +144,7 @@ PATH=$(OUTDIR);..\$(OUTDIR);$(API_PATH)\$(OUTDIR);$(APR_PATH)\$(OUTDIR);$(PATH) -set APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv +APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv check: $(PROGRAMS) $(OTHER_PROGRAMS) @for %p in ($(PROGRAMS)) do @( \