[exim-cvs] cvs commit: exim/exim-src/scripts Configure-Makef…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] cvs commit: exim/exim-src/scripts Configure-Makefile exim/exim-src/src EDITME
ph10 2005/09/19 15:42:31 BST

  Modified files:
    exim-src/scripts     Configure-Makefile 
    exim-src/src         EDITME 
  Log:
  Minor comment tweaks from Bryan Henderson for Configure-Makefile and
  EDITME.


  Revision  Changes    Path
  1.2       +1 -0      exim/exim-src/scripts/Configure-Makefile
  1.15      +6 -0      exim/exim-src/src/EDITME


  Index: Configure-Makefile
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/scripts/Configure-Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Configure-Makefile    6 Oct 2004 15:07:40 -0000    1.1
  +++ Configure-Makefile    19 Sep 2005 14:42:31 -0000    1.2
  @@ -1,5 +1,5 @@
   #! /bin/sh
  -# $Cambridge: exim/exim-src/scripts/Configure-Makefile,v 1.1 2004/10/06 15:07:40 ph10 Exp $
  +# $Cambridge: exim/exim-src/scripts/Configure-Makefile,v 1.2 2005/09/19 14:42:31 ph10 Exp $


# Shell script to build Makefile in a build directory. It must be called
# from inside the directory. It does its own checking of when to rebuild; it
@@ -146,6 +146,7 @@
# Finally, join on the generic base make file, which contains the actual
# rules and stuff.

+echo "# From ../OS/Makefile-Base" >> $mft
cat ../OS/Makefile-Base >> $mft || exit 1

# If the new makefile is the same as the existing one, say so, and just

  Index: EDITME
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/EDITME,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- EDITME    1 Aug 2005 13:20:28 -0000    1.14
  +++ EDITME    19 Sep 2005 14:42:31 -0000    1.15
  @@ -1,4 +1,4 @@
  -# $Cambridge: exim/exim-src/src/EDITME,v 1.14 2005/08/01 13:20:28 ph10 Exp $
  +# $Cambridge: exim/exim-src/src/EDITME,v 1.15 2005/09/19 14:42:31 ph10 Exp $


   ##################################################
   #          The Exim mail transport agent         #
  @@ -183,6 +183,12 @@
   ###############################################################################
   #           THESE ARE THINGS YOU PROBABLY WANT TO SPECIFY                     #
   ###############################################################################
  +
  +# If you need extra header file search paths on all compiles, put the -I
  +# options in INCLUDE.  If you want the extra searches only for certain
  +# parts of the build, see more specific xxx_INCLUDE variables below.
  +
  +# INCLUDE=-I/example/include


# You need to specify some routers and transports if you want the Exim that you
# are building to be capable of delivering mail. You almost certainly need at