summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2020-05-24 22:53:01 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2020-05-24 22:53:29 +0200
commitc21235119a8ab47a55abcf94a83aace510edf5d7 (patch)
tree3f978994d6d039893c06856fb58965618db0fb09 /src
parent63d954782cb5804f79a460125a4a2030202f5e9f (diff)
EDITME: Shorten the explanation of <osname> and <build>
Diffstat (limited to 'src')
-rw-r--r--src/src/EDITME11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/src/EDITME b/src/src/EDITME
index 8d8552346..e568bdbb1 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -13,12 +13,11 @@
# Things that depend on the operating system have default settings in
# OS/Makefile-Default, but these are overridden for some OS by files
-# called called OS/Makefile-<osname>. You can further override these by
-# creating files called Local/Makefile-<osname>, and
-# Local/Makefile-<buildname> (where "<osname>" stands for the name of
-# your operating system - look at the names in the OS directory to see
-# which names are recognized, and "<buildname>" is derived from the
-# environment variable "build")
+# called OS/Makefile-<osname>. You can further override these settings by
+# creating files Local/Makefile-<osname>, and Local/Makefile-<build>.
+# The suffix "<osname>" stands for the name of your operating system - look
+# at the names in the OS directory to see which names are recognized,
+# and "<build>" is the content of the environment variable "build".
# However, if you are building Exim for a single OS only, you don't need to
# worry about setting up Local/Makefile-<osname>. Any build-time configuration