rse         99/05/03 03:23:46

  Modified:    src      CHANGES
               .        Makefile.tmpl
  Log:
  Add contributors name (Yitzchak Scott-Thoennes) and
  make install-quiet consistent.
  
  Revision  Changes    Path
  1.1340    +1 -1      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1339
  retrieving revision 1.1340
  diff -u -r1.1339 -r1.1340
  --- CHANGES   1999/05/02 02:57:59     1.1339
  +++ CHANGES   1999/05/03 10:23:44     1.1340
  @@ -59,7 +59,7 @@
   
     *) Add support for OS/2 (case insenstive filesystem, .exe suffix, etc)
        to APACI files and related scripts. 
  -     [?? <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#4269
  +     [Yitzchak Scott-Thoennes <[EMAIL PROTECTED]>, Ralf S. Engelschall] 
PR#4269
   
     *) Add support for standalone mode in TPF
        [Joe Moenich <[EMAIL PROTECTED]>]
  
  
  
  1.81      +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- Makefile.tmpl     1999/05/02 16:42:30     1.80
  +++ Makefile.tmpl     1999/05/03 10:23:46     1.81
  @@ -242,7 +242,7 @@
   
   #   the non-verbose variant for package maintainers
   install-quiet:
  -     @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) QUIET=1 install
  +     @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) QUIET=1 install-all
   
   #   create the installation tree
   install-mktree:
  
  
  

Reply via email to