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/07/16 00:33:29 UTC

cvs commit: httpd-ldap/ldap-cache NWGNUmakefile

bnicholes    2002/07/15 15:33:29

  Modified:    ldap-aaa NWGNUmakefile
               ldap-cache NWGNUmakefile
  Log:
  Force the copy of the NLMs to the distribution direction after they have been
  built.
  
  Revision  Changes    Path
  1.2       +1 -0      httpd-ldap/ldap-aaa/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-ldap/ldap-aaa/NWGNUmakefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUmakefile	28 May 2002 19:22:47 -0000	1.1
  +++ NWGNUmakefile	15 Jul 2002 22:33:29 -0000	1.2
  @@ -238,6 +238,7 @@
   # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
   #
   install :: nlms FORCE
  +	copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\modules\*.*
   
   #
   # Any specialized rules here
  
  
  
  1.2       +1 -0      httpd-ldap/ldap-cache/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-ldap/ldap-cache/NWGNUmakefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUmakefile	28 May 2002 19:23:42 -0000	1.1
  +++ NWGNUmakefile	15 Jul 2002 22:33:29 -0000	1.2
  @@ -240,6 +240,7 @@
   # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
   #
   install :: nlms FORCE
  +	copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\modules\*.*
   
   #
   # Any specialized rules here