Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 65056 invoked from network); 15 Jul 2009 18:49:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 18:49:45 -0000 Received: (qmail 81824 invoked by uid 500); 15 Jul 2009 18:49:54 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 81747 invoked by uid 500); 15 Jul 2009 18:49:54 -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 81738 invoked by uid 99); 15 Jul 2009 18:49:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 18:49:54 +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, 15 Jul 2009 18:49:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 751D623889DE; Wed, 15 Jul 2009 18:49:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r794361 - /apr/apr/trunk/test/NWGNUglobalmutexchild Date: Wed, 15 Jul 2009 18:49:30 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090715184930.751D623889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Wed Jul 15 18:49:30 2009 New Revision: 794361 URL: http://svn.apache.org/viewvc?rev=794361&view=rev Log: fixed NetWare makefile format. Modified: apr/apr/trunk/test/NWGNUglobalmutexchild Modified: apr/apr/trunk/test/NWGNUglobalmutexchild URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/NWGNUglobalmutexchild?rev=794361&r1=794360&r2=794361&view=diff ============================================================================== --- apr/apr/trunk/test/NWGNUglobalmutexchild (original) +++ apr/apr/trunk/test/NWGNUglobalmutexchild Wed Jul 15 18:49:30 2009 @@ -54,7 +54,6 @@ XLFLAGS += \ $(EOLIST) - endif ifeq "$(RELEASE)" "noopt" @@ -92,7 +91,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 = globalmutexchild +NLM_NAME = globalmutexchild # # This is used by the link '-desc ' directive. @@ -116,7 +115,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 @@ -141,14 +140,14 @@ # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE +NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE # # 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) @@ -220,7 +219,7 @@ # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character