rbb         00/11/30 22:55:42

  Modified:    .        CHANGES Makefile.in
  Log:
  Add a CHANGES log and make sure that apr.exports is removed when
  make distclean is used.
  
  Revision  Changes    Path
  1.7       +7 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CHANGES   2000/11/30 22:17:57     1.6
  +++ CHANGES   2000/12/01 06:55:41     1.7
  @@ -1,4 +1,11 @@
   Changes with APR a9
  +<<<<<<< CHANGES
  +  *) Add a build rule, exports, this creates a file at the top-level,
  +     apr.exports, which lists every function exported by APR.  The
  +     file is generated by a script in helpers, that reads each header
  +     file.
  +     [Ryan Bloom]
  +
     *) Lock config changes: Detect SysV sem capability by the presence of
        sempaphore functions, not by the presence of union semun.  New
        config variable apr_lock_method can override autodetection of the 
  
  
  
  1.29      +1 -1      apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/Makefile.in,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Makefile.in       2000/11/30 23:56:03     1.28
  +++ Makefile.in       2000/12/01 06:55:41     1.29
  @@ -59,7 +59,7 @@
   distclean: subdirs_distclean
        -$(RM) -f include/apr.h include/apr_private.h include/apr_private.h.in
        -$(RM) -f *.o *.a *.so
  -     -$(RM) -f config.cache config.status config.log configure
  +     -$(RM) -f config.cache config.status config.log configure apr.exports
        -$(RM) -f Makefile
        -$(RM) -f APRVARS
        -$(RM) -rf objs
  
  
  

Reply via email to