Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 96845 invoked from network); 30 Sep 2010 16:56:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 16:56:29 -0000 Received: (qmail 90811 invoked by uid 500); 30 Sep 2010 16:56:29 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 90755 invoked by uid 500); 30 Sep 2010 16:56:29 -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 90748 invoked by uid 99); 30 Sep 2010 16:56:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 16:56:29 +0000 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; Thu, 30 Sep 2010 16:56:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 70279238890D; Thu, 30 Sep 2010 16:56:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003155 - /apr/apr/branches/1.5.x/build/NWGNUmakefile Date: Thu, 30 Sep 2010 16:56:07 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100930165607.70279238890D@eris.apache.org> Author: fuankg Date: Thu Sep 30 16:56:07 2010 New Revision: 1003155 URL: http://svn.apache.org/viewvc?rev=1003155&view=rev Log: fixed NetWare expat build. Modified: apr/apr/branches/1.5.x/build/NWGNUmakefile Modified: apr/apr/branches/1.5.x/build/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/build/NWGNUmakefile?rev=1003155&r1=1003154&r2=1003155&view=diff ============================================================================== --- apr/apr/branches/1.5.x/build/NWGNUmakefile (original) +++ apr/apr/branches/1.5.x/build/NWGNUmakefile Thu Sep 30 16:56:07 2010 @@ -22,8 +22,7 @@ FILES_prebuild_headers = \ $(APRUTIL)/include/apr_ldap.h \ $(APRUTIL)/include/private/apu_config.h \ $(APRUTIL)/include/private/apu_select_dbm.h \ - $(APRUTIL)/xml/expat/lib/expat.h \ - $(APRUTIL)/xml/expat/lib/config.h \ + $(APRUTIL)/xml/expat/lib/expat_config.h \ $(EOLIST) nlms :: $(APR)/aprlib.imp @@ -73,10 +72,6 @@ $(APRUTIL)/xml/expat/lib/%.h: $(subst /, @echo Creating $(subst /,\,$@) $(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F) -$(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.h.in - @echo Creating $(subst /,\,$@) - $(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F) - # # You can use this target if all that is needed is to copy files to the # installation area @@ -94,8 +89,7 @@ clean :: $(CHK) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(DEL) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_config.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_config.h $(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h - $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h - $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h + $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h $(CHK) $(subst /,\,$(APR))\aprlib.imp $(DEL) $(subst /,\,$(APR))\aprlib.imp #