hgomez      2004/03/16 04:58:37

  Modified:    jk/native/netscape Makefile.netware
               jk/native/jni Makefile.netware
               jk/native/apache-1.3 Makefile.netware
  Log:
  NW Makefiles are Makefile.netware, fix name eveywhere
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-connectors/jk/native/netscape/Makefile.netware
  
  Index: Makefile.netware
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/netscape/Makefile.netware,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.netware  16 Mar 2004 08:51:23 -0000      1.2
  +++ Makefile.netware  16 Mar 2004 12:58:37 -0000      1.3
  @@ -177,11 +177,11 @@
        @-$(RM) $@
        @$(LD) $(LDFLAGS) $(OBJDIR)/$(TARGET).def
   
  -$(OBJDIR)/%.xdc: Makefile.NetWare
  +$(OBJDIR)/%.xdc: Makefile.netware
        @echo Creating $@
        @$(MPKXDC) $(XDCOPT) $@
   
  -$(OBJDIR)/%.def: Makefile.NetWare
  +$(OBJDIR)/%.def: Makefile.netware
        @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
        @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
        @echo $(DL)# All your changes will be lost!!$(DL) >> $@
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jk/native/jni/Makefile.netware
  
  Index: Makefile.netware
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/jni/Makefile.netware,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.netware  16 Mar 2004 08:51:23 -0000      1.2
  +++ Makefile.netware  16 Mar 2004 12:58:37 -0000      1.3
  @@ -169,11 +169,11 @@
        @-$(RM) $@
        @$(LD) $(LDFLAGS) $(OBJDIR)/$(TARGET).def
   
  -$(OBJDIR)/%.xdc: Makefile.NetWare
  +$(OBJDIR)/%.xdc: Makefile.netware
        @echo Creating $@
        @$(MPKXDC) $(XDCOPT) $@
   
  -$(OBJDIR)/%.def: Makefile.NetWare
  +$(OBJDIR)/%.def: Makefile.netware
        @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
        @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
        @echo $(DL)# All your changes will be lost!!$(DL) >> $@
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.netware
  
  Index: Makefile.netware
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.netware,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.netware  16 Mar 2004 08:51:23 -0000      1.2
  +++ Makefile.netware  16 Mar 2004 12:58:37 -0000      1.3
  @@ -182,11 +182,11 @@
        @-$(RM) $@
        @$(LD) $(LDFLAGS) $(OBJDIR)/$(TARGET).def
   
  -$(OBJDIR)/%.xdc: Makefile.NetWare
  +$(OBJDIR)/%.xdc: Makefile.netware
        @echo Creating $@
        @$(MPKXDC) $(XDCOPT) $@
   
  -$(OBJDIR)/%.def: Makefile.NetWare
  +$(OBJDIR)/%.def: Makefile.netware
        @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
        @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
        @echo $(DL)# All your changes will be lost!!$(DL) >> $@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to