git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
792e8a1
)
Another PCRE remnant.
author
Tony Finch
<dot@dotat.at>
Thu, 30 Jun 2011 18:05:02 +0000
(19:05 +0100)
committer
Tony Finch
<dot@dotat.at>
Thu, 30 Jun 2011 18:05:02 +0000
(19:05 +0100)
src/scripts/MakeLinks
patch
|
blob
|
history
diff --git
a/src/scripts/MakeLinks
b/src/scripts/MakeLinks
index 87baa38502b7ceff01847161e639f21c2b584fb5..a4ab31cc8cd9663003aa64b0fc06e62ced2e29da 100755
(executable)
--- a/
src/scripts/MakeLinks
+++ b/
src/scripts/MakeLinks
@@
-24,9
+24,11
@@
echo ""
echo ">>> Creating links to source files..."
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