summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-19 14:42:31 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-19 14:42:31 +0000
commit76ea0716a2491ac7b963aaf503c81a737e966e54 (patch)
tree8d5aebddc0420ade5c9bb38632a2d7befaea57a0
parent0925ede6bf47dea696153c927418025ad59a903c (diff)
Minor comment tweaks from Bryan Henderson for Configure-Makefile and
EDITME.
-rwxr-xr-xsrc/scripts/Configure-Makefile3
-rw-r--r--src/src/EDITME8
2 files changed, 9 insertions, 2 deletions
diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile
index 9db965095..41cc88b18 100755
--- a/src/scripts/Configure-Makefile
+++ b/src/scripts/Configure-Makefile
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Cambridge: exim/src/scripts/Configure-Makefile,v 1.1 2004/10/06 15:07:40 ph10 Exp $
+# $Cambridge: 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 @@ echo "" >>$mft
# 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
diff --git a/src/src/EDITME b/src/src/EDITME
index dc0892c99..033703306 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/src/EDITME,v 1.14 2005/08/01 13:20:28 ph10 Exp $
+# $Cambridge: exim/src/src/EDITME,v 1.15 2005/09/19 14:42:31 ph10 Exp $
##################################################
# The Exim mail transport agent #
@@ -184,6 +184,12 @@ SPOOL_DIRECTORY=/var/spool/exim
# 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
# least one type of lookup. You should consider whether you want to build