Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 80169 invoked from network); 28 May 2008 19:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 19:10:49 -0000 Received: (qmail 91075 invoked by uid 500); 28 May 2008 19:10:51 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 91054 invoked by uid 500); 28 May 2008 19:10:51 -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 91045 invoked by uid 99); 28 May 2008 19:10:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 12:10:51 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 19:10:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 09E1F2388A0F; Wed, 28 May 2008 12:10:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661051 - /apr/apr-util/trunk/test/Makefile.win Date: Wed, 28 May 2008 19:10:25 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080528191026.09E1F2388A0F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed May 28 12:10:25 2008 New Revision: 661051 URL: http://svn.apache.org/viewvc?rev=661051&view=rev Log: Reverse invalid test 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=661051&r1=661050&r2=661051&view=diff ============================================================================== --- apr/apr-util/trunk/test/Makefile.win (original) +++ apr/apr-util/trunk/test/Makefile.win Wed May 28 12:10:25 2008 @@ -148,10 +148,10 @@ @if EXIST %d\. rmdir /s /q %d -!IF "$(MODEL)" == "static" +!IF "$(MODEL)" != "static" PATH=$(OUTDIR);..\$(OUTDIR);$(API_PATH)\$(OUTDIR);$(APR_PATH)\$(APROUTDIR);$(PATH) -APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv !ENDIF +APR_ICONV1_PATH=$(API_PATH)\$(OUTDIR)\iconv check: $(PROGRAMS) $(OTHER_PROGRAMS) @for %p in ($(PROGRAMS)) do @( \