coar        97/09/10 13:05:41

  Modified:    src      Configure
               src/main Makefile.tmpl
               src/modules/proxy Makefile
               src/os/unix Makefile.tmpl
               src/regex Makefile
  Log:
        Remove the "v" flag from the library generation - verbositi
        excessivitore..
  
  Reviewed by:  Jim Jagielski, Paul Sutton
  
  Revision  Changes    Path
  1.153     +1 -1      apachen/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Configure,v
  retrieving revision 1.152
  retrieving revision 1.153
  diff -u -r1.152 -r1.153
  --- Configure 1997/09/10 12:13:29     1.152
  +++ Configure 1997/09/10 20:05:35     1.153
  @@ -1060,7 +1060,7 @@
   
   $(LIB): $(OBJS)
        rm -f $@
  -     ar crv $@ $(OBJS)
  +     ar cr $@ $(OBJS)
        $(RANLIB) $@
   
   .c.o:
  
  
  
  1.4       +1 -1      apachen/src/main/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/Makefile.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.tmpl     1997/09/03 08:30:06     1.3
  +++ Makefile.tmpl     1997/09/10 20:05:37     1.4
  @@ -22,7 +22,7 @@
   
   $(LIB): $(OBJS)
        rm -f $@
  -     ar crv $@ $(OBJS)
  +     ar cr $@ $(OBJS)
        $(RANLIB) $@
   
   clean:
  
  
  
  1.16      +1 -1      apachen/src/modules/proxy/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/proxy/Makefile,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile  1997/08/23 22:23:11     1.15
  +++ Makefile  1997/09/10 20:05:38     1.16
  @@ -75,7 +75,7 @@
        rm -f $(LIB)
   
   $(LIB):      $(OBJS)
  -     ar crv $@ $(OBJS)
  +     ar cr $@ $(OBJS)
        $(RANLIB) $@
   
   clean:
  
  
  
  1.4       +1 -1      apachen/src/os/unix/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/os/unix/Makefile.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.tmpl     1997/09/03 08:30:07     1.3
  +++ Makefile.tmpl     1997/09/10 20:05:39     1.4
  @@ -12,7 +12,7 @@
   
   $(LIB): $(OBJS)
        rm -f $@
  -     ar crv $@ $(OBJS)
  +     ar cr $@ $(OBJS)
        $(RANLIB) $@
   
   .c.o:
  
  
  
  1.7       +1 -1      apachen/src/regex/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/regex/Makefile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile  1997/09/06 23:38:43     1.6
  +++ Makefile  1997/09/10 20:05:40     1.7
  @@ -37,7 +37,7 @@
   
   all lib:     purge $(OBJPRODN)
        rm -f libregex.a
  -     ar crv libregex.a $(OBJPRODN)
  +     ar cr libregex.a $(OBJPRODN)
        $(RANLIB) libregex.a
   
   default:     r
  
  
  

Reply via email to