You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/11/29 23:07:49 UTC

svn commit: r885280 - in /httpd/httpd/branches/2.2.x: NWGNUmakefile modules/cache/NWGNUdsk_cach modules/cache/NWGNUmem_cach modules/cache/NWGNUmod_cach modules/dav/fs/NWGNUmakefile modules/dav/lock/NWGNUmakefile modules/dav/main/NWGNUmakefile

Author: fuankg
Date: Sun Nov 29 22:07:48 2009
New Revision: 885280

URL: http://svn.apache.org/viewvc?rev=885280&view=rev
Log:
cleaned up NetWare makefile includes.

Modified:
    httpd/httpd/branches/2.2.x/NWGNUmakefile
    httpd/httpd/branches/2.2.x/modules/cache/NWGNUdsk_cach
    httpd/httpd/branches/2.2.x/modules/cache/NWGNUmem_cach
    httpd/httpd/branches/2.2.x/modules/cache/NWGNUmod_cach
    httpd/httpd/branches/2.2.x/modules/dav/fs/NWGNUmakefile
    httpd/httpd/branches/2.2.x/modules/dav/lock/NWGNUmakefile
    httpd/httpd/branches/2.2.x/modules/dav/main/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/NWGNUmakefile?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/NWGNUmakefile Sun Nov 29 22:07:48 2009
@@ -68,9 +68,8 @@
 			$(AP_WORK)/modules/loggers/ \
 			$(AP_WORK)/modules/mappers/ \
 			$(AP_WORK)/modules/proxy/ \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
+			$(PCRE) \
 			$(NWOS) \
 			$(EOLIST)
 

Modified: httpd/httpd/branches/2.2.x/modules/cache/NWGNUdsk_cach
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/cache/NWGNUdsk_cach?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/cache/NWGNUdsk_cach (original)
+++ httpd/httpd/branches/2.2.x/modules/cache/NWGNUdsk_cach Sun Nov 29 22:07:48 2009
@@ -26,9 +26,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(NWOS) \
 			$(EOLIST)
 

Modified: httpd/httpd/branches/2.2.x/modules/cache/NWGNUmem_cach
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/cache/NWGNUmem_cach?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/cache/NWGNUmem_cach (original)
+++ httpd/httpd/branches/2.2.x/modules/cache/NWGNUmem_cach Sun Nov 29 22:07:48 2009
@@ -26,9 +26,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(NWOS) \
 			$(EOLIST)
 

Modified: httpd/httpd/branches/2.2.x/modules/cache/NWGNUmod_cach
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/cache/NWGNUmod_cach?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/cache/NWGNUmod_cach (original)
+++ httpd/httpd/branches/2.2.x/modules/cache/NWGNUmod_cach Sun Nov 29 22:07:48 2009
@@ -26,9 +26,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(NWOS) \
 			$(EOLIST)
 

Modified: httpd/httpd/branches/2.2.x/modules/dav/fs/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/dav/fs/NWGNUmakefile?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/dav/fs/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/modules/dav/fs/NWGNUmakefile Sun Nov 29 22:07:48 2009
@@ -27,9 +27,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(AP_WORK)/modules/dav/main \
 			$(AP_WORK)/modules/arch/netware \
 			$(NWOS) \

Modified: httpd/httpd/branches/2.2.x/modules/dav/lock/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/dav/lock/NWGNUmakefile?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/dav/lock/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/modules/dav/lock/NWGNUmakefile Sun Nov 29 22:07:48 2009
@@ -27,9 +27,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(AP_WORK)/modules/dav/main \
 			$(NWOS) \
 			$(EOLIST)

Modified: httpd/httpd/branches/2.2.x/modules/dav/main/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/dav/main/NWGNUmakefile?rev=885280&r1=885279&r2=885280&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/dav/main/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/modules/dav/main/NWGNUmakefile Sun Nov 29 22:07:48 2009
@@ -26,9 +26,7 @@
 			$(APR)/include \
 			$(APRUTIL)/include \
 			$(AP_WORK)/include \
-			$(AP_WORK)/os/NetWare \
 			$(AP_WORK)/server/mpm/NetWare \
-			$(AP_WORK)/srclib/pcre \
 			$(NWOS) \
 			$(EOLIST)