eximstats DATA reject detection regexps improved. Fixes: #1093
[users/heiko/exim.git] / src / scripts / MakeLinks
index 59181397142a72a39f6ea9c706bfc335f9c64fa7..082659c9923b8af8a046f05e167b867251d60630 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
 #!/bin/sh
-# $Cambridge: exim/src/scripts/MakeLinks,v 1.17 2009/11/13 15:58:17 nm4 Exp $
 
 # Script to build links for all the exim source files from the system-
 # specific build directory. It should be run from within that directory.
 
 # Script to build links for all the exim source files from the system-
 # specific build directory. It should be run from within that directory.
@@ -17,21 +16,19 @@ if [ -r pcre/Makefile ] ; then
 fi
 
 
 fi
 
 
-# Initialize the file holding the compile number
-
-echo "0" > cnumber.h
-
 echo ""
 echo ">>> Creating links to source files..."
 
 
 echo ""
 echo ">>> Creating links to source files..."
 
 
-# PCRE is no longer part of the source distribution, so is no longer linked
+# The sources for modular parts of Exim have to be linked independently
+# in their own sub-directories, since their .o files are built using
+# their own Makefile in their sub-directory.
 
 
-# Likewise for the lookups
+# Firstly the lookups
 mkdir lookups
 cd lookups
 ln -s ../../src/lookups/README           README
 mkdir lookups
 cd lookups
 ln -s ../../src/lookups/README           README
-ln -s ../../src/lookups/Makefile         Makefile
+# Makefile is generated
 ln -s ../../src/lookups/cdb.c            cdb.c
 ln -s ../../src/lookups/dbmdb.c          dbmdb.c
 ln -s ../../src/lookups/dnsdb.c          dnsdb.c
 ln -s ../../src/lookups/cdb.c            cdb.c
 ln -s ../../src/lookups/dbmdb.c          dbmdb.c
 ln -s ../../src/lookups/dnsdb.c          dnsdb.c