[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src Makefile
ph10 2005/09/12 14:55:54 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src             Makefile 
  Log:
  Added "distclean" to top-level Makefile.


  Revision  Changes    Path
  1.222     +3 -0      exim/exim-doc/doc-txt/ChangeLog
  1.4       +2 -0      exim/exim-src/Makefile


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- ChangeLog    12 Sep 2005 13:50:03 -0000    1.221
  +++ ChangeLog    12 Sep 2005 13:55:54 -0000    1.222
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.221 2005/09/12 13:50:03 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.222 2005/09/12 13:55:54 ph10 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -163,6 +163,9 @@
         when the result of a list match is failure because a DNS lookup failed.


   PH/40 RM_COMMAND is now used in the building process.
  +
  +PH/41 Added a "distclean" target to the top-level Makefile; it deletes all
  +      the "build-* directories that it finds.



Exim version 4.52

  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile    12 Sep 2005 13:50:03 -0000    1.3
  +++ Makefile    12 Sep 2005 13:55:54 -0000    1.4
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-src/Makefile,v 1.3 2005/09/12 13:50:03 ph10 Exp $
  +# $Cambridge: exim/exim-src/Makefile,v 1.4 2005/09/12 13:55:54 ph10 Exp $


   # Top-level makefile for Exim; handles creating a build directory with
   # appropriate links, and then creating and running the main makefile in that
  @@ -85,5 +85,7 @@
   clean_exim:; cd build-$(buildname); \
        $(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \
       routers/*.o routers/*.a transports/*.o transports/*.a
  +
  +distclean:; $(RM_COMMAND) -rf build-*


# End of top-level makefile