Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 40476 invoked by uid 500); 26 Nov 2002 00:14:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 40430 invoked by uid 500); 26 Nov 2002 00:14:00 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 26 Nov 2002 00:13:50 -0000 Message-ID: <20021126001350.54872.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build NWGNUenvironment.inc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 2002/11/25 16:13:50 Modified: modules/filters NWGNUmakefile NWGNUdeflate build NWGNUenvironment.inc Log: Cleaning up the NetWare make files so that they detect and find the zlib source correctly Revision Changes Path 1.2 +3 -1 httpd-2.0/modules/filters/NWGNUmakefile Index: NWGNUmakefile =================================================================== RCS file: /home/cvs/httpd-2.0/modules/filters/NWGNUmakefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NWGNUmakefile 23 Nov 2002 00:32:01 -0000 1.1 +++ NWGNUmakefile 26 Nov 2002 00:13:50 -0000 1.2 @@ -156,9 +156,11 @@ $(EOLIST) # If the zlib libraries source exists then build the mod_deflate module -ifeq "$(wildcard $(AP_WORK)\srclib\zlib)" "$(AP_WORK)\srclib\zlib" +ifneq "$(ZLIBSDK)" "" +ifeq "$(wildcard $(ZLIBSDK))" "$(ZLIBSDK)" TARGET_nlm += $(OBJDIR)/deflate.nlm \ $(EOLIST) +endif else TARGET_nlm += $(OBJDIR)/extfiltr.nlm \ $(EOLIST) 1.5 +4 -4 httpd-2.0/modules/filters/NWGNUdeflate Index: NWGNUdeflate =================================================================== RCS file: /home/cvs/httpd-2.0/modules/filters/NWGNUdeflate,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- NWGNUdeflate 16 Oct 2002 23:52:27 -0000 1.4 +++ NWGNUdeflate 26 Nov 2002 00:13:50 -0000 1.5 @@ -33,7 +33,6 @@ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \ - $(AP_WORK)/srclib/zlib \ $(EOLIST) # @@ -265,10 +264,11 @@ # Any specialized rules here # -$(OBJDIR)/%.o: ../../srclib/zlib/%.c $(OBJDIR)\cc.opt +ifneq "$(ZLIBSDK)" "" +$(OBJDIR)/%.o: $(ZLIBSDK)/%.c $(OBJDIR)\cc.opt @echo Compiling $< - $(CC) ..\..\srclib\zlib\$(