aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 00:09:39 -0700
committerGlenn Morris2012-07-31 00:09:39 -0700
commitf71e87cb5f8f1701ef6235ff3e60b9656858d6d0 (patch)
tree84a0f41c24861aa2fafc0c46421512f4cdb73120
parent1f4920035dab944bcae2cee945e6ed9c5e8bb9eb (diff)
downloademacs-f71e87cb5f8f1701ef6235ff3e60b9656858d6d0.tar.gz
emacs-f71e87cb5f8f1701ef6235ff3e60b9656858d6d0.zip
Remove references to s/ and m/ files in etc/MACHINES
-rw-r--r--etc/MACHINES15
1 files changed, 4 insertions, 11 deletions
diff --git a/etc/MACHINES b/etc/MACHINES
index 695bc092e9e..db610b90ee3 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -10,19 +10,12 @@ Information about older releases, and platforms that are no longer
10supported, has been removed. Consult older versions of this file if 10supported, has been removed. Consult older versions of this file if
11you are interested in this information. 11you are interested in this information.
12 12
13The `configure' script uses the configuration name to decide which 13The `configure' script uses the configuration name, and the results of
14machine and operating system description files `src/config.h' should 14testing the system, to decide which options to use in src/config.h and
15include. The machine description files are all in `src/m', and have 15elsewhere (eg Makefiles).
16names similar to, but not identical to, the machine names used in
17configuration names. The operating system files are all in `src/s',
18and are named similarly. See the `configure' script if you need to
19know which configuration names use which machine and operating system
20description files.
21 16
22If you add support for a new configuration, add a section to this 17If you add support for a new configuration, add a section to this
23file, and then edit the `configure' script to tell it which 18file, and edit the `configure.ac' source as needed.
24configuration name(s) should select your new machine description and
25system description files.
26 19
27Some obsolete platforms are unsupported beginning with Emacs 23.1. See 20Some obsolete platforms are unsupported beginning with Emacs 23.1. See
28the list at the end of this file. 21the list at the end of this file.