You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/05/07 19:42:28 UTC

cvs commit: httpd-2.0/modules/experimental NWGNUmod_cach NWGNUmem_cach NWGNUmakefile NWGNUdsk_cach

bnicholes    02/05/07 10:42:28

  Modified:    modules/experimental NWGNUmod_cach NWGNUmem_cach
                        NWGNUmakefile NWGNUdsk_cach
  Log:
  Fixed how the NetWare import and exports lists are accessed by the make files.
  
  Revision  Changes    Path
  1.2       +2 -6      httpd-2.0/modules/experimental/NWGNUmod_cach
  
  Index: NWGNUmod_cach
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmod_cach,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUmod_cach	30 Apr 2002 22:16:50 -0000	1.1
  +++ NWGNUmod_cach	7 May 2002 17:42:28 -0000	1.2
  @@ -179,6 +179,7 @@
   #
   FILES_nlm_objs = \
   	$(OBJDIR)/cache_util.o \
  +	$(OBJDIR)/cache_hash.o \
   	$(OBJDIR)/cache_storage.o \
   	$(OBJDIR)/mod_cache.o \
   	$(EOLIST)
  @@ -230,12 +231,7 @@
   # Any symbols exported to here
   #
   FILES_nlm_exports = \
  -	generate_name \
  -	ap_cache_hex2usec \
  -	ap_cache_usec2hex \
  -	cache_hook_create_entity \
  -	cache_hook_open_entity \
  -	cache_hook_remove_url \
  +	@mod_cache.imp \
   	cache_module \
   	$(EOLIST)
   	
  
  
  
  1.3       +1 -4      httpd-2.0/modules/experimental/NWGNUmem_cach
  
  Index: NWGNUmem_cach
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmem_cach,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NWGNUmem_cach	6 May 2002 17:35:39 -0000	1.2
  +++ NWGNUmem_cach	7 May 2002 17:42:28 -0000	1.3
  @@ -179,7 +179,6 @@
   #
   FILES_nlm_objs = \
   	$(OBJDIR)/mod_mem_cache.o \
  -	$(OBJDIR)/cache_hash.o \
   	$(EOLIST)
   
   #
  @@ -221,9 +220,7 @@
   	@libc.imp \
   	@$(APR)/aprlib.imp \
   	@httpd.imp \
  -	cache_hook_create_entity \
  -	cache_hook_open_entity \
  -	cache_hook_remove_url \
  +	@mod_cache.imp \
   	$(EOLIST)
    
   #   
  
  
  
  1.3       +0 -1      httpd-2.0/modules/experimental/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmakefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NWGNUmakefile	30 Apr 2002 22:16:51 -0000	1.2
  +++ NWGNUmakefile	7 May 2002 17:42:28 -0000	1.3
  @@ -152,7 +152,6 @@
   # If there is an NLM target, put it here
   #
   TARGET_nlm = \
  -	$(OBJDIR)/deflate.nlm \
   	$(OBJDIR)/example.nlm \
   	$(OBJDIR)/mod_cach.nlm \
   	$(OBJDIR)/mem_cach.nlm \
  
  
  
  1.2       +1 -7      httpd-2.0/modules/experimental/NWGNUdsk_cach
  
  Index: NWGNUdsk_cach
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUdsk_cach,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUdsk_cach	30 Apr 2002 22:16:51 -0000	1.1
  +++ NWGNUdsk_cach	7 May 2002 17:42:28 -0000	1.2
  @@ -30,7 +30,6 @@
   			$(AP_WORK)/os/NetWare \
   			$(AP_WORK)/server/mpm/NetWare \
   			$(AP_WORK)/srclib/pcre \
  -			../main \
   			$(NWOS) \
   			$(EOLIST)
   
  @@ -220,12 +219,7 @@
   	@libc.imp \
   	@$(APR)/aprlib.imp \
   	@httpd.imp \
  -	generate_name \
  -	ap_cache_hex2usec \
  -	ap_cache_usec2hex \
  -	cache_hook_create_entity \
  -	cache_hook_open_entity \
  -	cache_hook_remove_url \
  +	@mod_cache.imp \
   	$(EOLIST)
    
   #