X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/0a34949459c8ec5f79599a458704b7b11cdbb248..0599f9cfa6febfb0aa5c106510d72e49e72a65c4:/src/scripts/MakeLinks diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index c021ace0e..082659c99 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -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. @@ -17,17 +16,15 @@ if [ -r pcre/Makefile ] ; then fi -# Initialize the file holding the compile number - -echo "0" > cnumber.h - 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