From commits-return-10564-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Wed Jul 01 17:39:42 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 52210 invoked from network); 1 Jul 2009 17:39:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 17:39:42 -0000 Received: (qmail 43354 invoked by uid 500); 1 Jul 2009 17:39:52 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 43298 invoked by uid 500); 1 Jul 2009 17:39:52 -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 43289 invoked by uid 99); 1 Jul 2009 17:39:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 17:39:52 +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; Wed, 01 Jul 2009 17:39:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 38158238888E; Wed, 1 Jul 2009 17:39:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r790288 - in /apr/apr-util/branches/1.3.x: NWGNUmakefile build/nw_apu_export.inc test/NWGNUmakefile test/nwgnuaputest Date: Wed, 01 Jul 2009 17:39:28 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090701173928.38158238888E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Wed Jul 1 17:39:27 2009 New Revision: 790288 URL: http://svn.apache.org/viewvc?rev=790288&view=rev Log: fixed NetWare export list and aputest build. Modified: apr/apr-util/branches/1.3.x/NWGNUmakefile apr/apr-util/branches/1.3.x/build/nw_apu_export.inc apr/apr-util/branches/1.3.x/test/NWGNUmakefile apr/apr-util/branches/1.3.x/test/nwgnuaputest Modified: apr/apr-util/branches/1.3.x/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/NWGNUmakefile?rev=790288&r1=790287&r2=790288&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/NWGNUmakefile (original) +++ apr/apr-util/branches/1.3.x/NWGNUmakefile Wed Jul 1 17:39:27 2009 @@ -114,7 +114,7 @@ # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = +NLM_NAME = # # This is used by the link '-desc ' directive. @@ -131,7 +131,7 @@ # If this is specified, it will override VERSION value in # $(APR_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = +NLM_VERSION = # # If this is specified, it will override the default of 64K @@ -156,14 +156,14 @@ # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = +NLM_FLAGS = # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(APR)/misc/netware/apache.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -229,7 +229,7 @@ # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character @@ -266,6 +266,7 @@ $(OBJDIR)/getuuid.o \ $(OBJDIR)/uuid.o \ $(OBJDIR)/apr_strmatch.o \ + $(OBJDIR)/apr_thread_pool.o \ $(OBJDIR)/apr_uri.o \ $(OBJDIR)/sdbm.o \ $(OBJDIR)/sdbm_hash.o \ Modified: apr/apr-util/branches/1.3.x/build/nw_apu_export.inc URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/build/nw_apu_export.inc?rev=790288&r1=790287&r2=790288&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/build/nw_apu_export.inc (original) +++ apr/apr-util/branches/1.3.x/build/nw_apu_export.inc Wed Jul 1 17:39:27 2009 @@ -32,6 +32,7 @@ #include "apr_sdbm.h" #include "apr_sha1.h" #include "apr_strmatch.h" +#include "apr_thread_pool.h" #include "apr_uri.h" #include "apr_uuid.h" #include "apr_xlate.h" Modified: apr/apr-util/branches/1.3.x/test/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/test/NWGNUmakefile?rev=790288&r1=790287&r2=790288&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/test/NWGNUmakefile (original) +++ apr/apr-util/branches/1.3.x/test/NWGNUmakefile Wed Jul 1 17:39:27 2009 @@ -63,7 +63,6 @@ XLFLAGS += \ $(EOLIST) - endif ifeq "$(RELEASE)" "noopt" @@ -99,7 +98,7 @@ # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = +NLM_NAME = # # This is used by the link '-desc ' directive. @@ -123,7 +122,7 @@ # If this is specified, it will override VERSION value in # $(APR_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = +NLM_VERSION = # # If this is specified, it will override the default of 64K @@ -148,14 +147,14 @@ # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = +NLM_FLAGS = # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(APR)/misc/netware/apache.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -166,7 +165,7 @@ # TARGET_nlm = \ $(OBJDIR)/aputest.nlm \ - $(OBJDIR)/testdate.nlm \ + $(OBJDIR)/aputest.nlm \ $(EOLIST) # # If there is an LIB target, put it here @@ -179,14 +178,14 @@ # Paths must all use the '/' character # FILES_nlm_objs = \ - $(EOLIST) + $(EOLIST) # # These are the LIB files needed to create the NLM target above. # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - $(EOLIST) + $(EOLIST) # # These are the modules that the above NLM target depends on to load. @@ -194,7 +193,7 @@ # FILES_nlm_modules = \ aprlib \ - $(EOLIST) + $(EOLIST) # # If the nlm has a msg file, put it's path here @@ -215,14 +214,14 @@ # Any additional imports go here # FILES_nlm_Ximports = \ - $(EOLIST) + $(EOLIST) # # Any symbols exported to here # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character Modified: apr/apr-util/branches/1.3.x/test/nwgnuaputest URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/test/nwgnuaputest?rev=790288&r1=790287&r2=790288&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/test/nwgnuaputest (original) +++ apr/apr-util/branches/1.3.x/test/nwgnuaputest Wed Jul 1 17:39:27 2009 @@ -91,12 +91,12 @@ # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME =aputest +NLM_NAME = aputest # # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = NLM is to test the apu layer +NLM_DESCRIPTION = NLM is to test the apu layer # # This is used by the '-threadname' directive. If left blank, @@ -114,7 +114,7 @@ # If this is specified, it will override VERSION value in # $(APR_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = 1,0,0 +NLM_VERSION = # # If this is specified, it will override the default of 64K @@ -139,14 +139,14 @@ # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION +NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(APR)/misc/netware/apache.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -172,15 +172,24 @@ FILES_nlm_objs = \ $(OBJDIR)/abts.o \ - $(OBJDIR)/teststrmatch.o \ - $(OBJDIR)/testuri.o \ - $(OBJDIR)/testuuid.o \ $(OBJDIR)/testbuckets.o \ - $(OBJDIR)/testpass.o \ + $(OBJDIR)/testdate.o \ + $(OBJDIR)/testdbd.o \ + $(OBJDIR)/testdbm.o \ + $(OBJDIR)/testldap.o \ + $(OBJDIR)/testmemcache.o \ $(OBJDIR)/testmd4.o \ $(OBJDIR)/testmd5.o \ - $(OBJDIR)/testldap.o \ + $(OBJDIR)/testpass.o \ + $(OBJDIR)/testqueue.o \ + $(OBJDIR)/testreslist.o \ + $(OBJDIR)/testrmm.o \ + $(OBJDIR)/teststrmatch.o \ + $(OBJDIR)/testuri.o \ + $(OBJDIR)/testuuid.o \ $(OBJDIR)/testutil.o \ + $(OBJDIR)/testxlate.o \ + $(OBJDIR)/testxml.o \ $(OBJDIR)/nw_misc.o \ $(EOLIST)