Another PCRE remnant.
[exim.git] / src / scripts / MakeLinks
index ac092095570b78157c8ac44f3c6347422922f6bf..a4ab31cc8cd9663003aa64b0fc06e62ced2e29da 100755 (executable)
@@ -1,5 +1,4 @@
 #!/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.
@@ -25,9 +24,11 @@ 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