ph10 2006/02/07 14:20:58 GMT
Modified files:
exim-doc/doc-txt ChangeLog
exim-src/OS Makefile-Base
Log:
Minor Makefile fix for test_host (code-testing utility).
Revision Changes Path
1.285 +3 -0 exim/exim-doc/doc-txt/ChangeLog
1.10 +1 -1 exim/exim-src/OS/Makefile-Base
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog 7 Feb 2006 14:05:17 -0000 1.284
+++ ChangeLog 7 Feb 2006 14:20:58 -0000 1.285
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.284 2006/02/07 14:05:17 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.285 2006/02/07 14:20:58 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -85,6 +85,9 @@
(b) The queryprogram router detects when it is not running as root,
outputs suitable debugging information if -d is set, and then runs
the subprocess without attempting to change uid/gid.
+
+PH/15 Minor change to Makefile for building test_host (undocumented testing
+ feature).
Exim version 4.60
Index: Makefile-Base
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/Makefile-Base,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile-Base 16 Sep 2005 14:44:11 -0000 1.9
+++ Makefile-Base 7 Feb 2006 14:20:58 -0000 1.10
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/OS/Makefile-Base,v 1.9 2005/09/16 14:44:11 ph10 Exp $
+# $Cambridge: exim/exim-src/OS/Makefile-Base,v 1.10 2006/02/07 14:20:58 ph10 Exp $
# This file is the basis of the main makefile for Exim and friends. The
# makefile at the top level arranges to build the main makefile by calling
@@ -727,7 +727,7 @@
tod.o version.o $(LIBS) $(DBMLIB)
rm -f dbfn.o
-test_host: config.h child.c host.c dns.c dummies.c sa-globals.o sa-os.o \
+test_host: config.h child.c host.c dns.c dummies.c sa-globals.o os.o \
store.o string.o tod.o tree.o
$(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST child.c
$(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST host.c