diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-21 06:13:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-21 06:13:36 +0000 |
commit | 27b4e148426d27bfcfb9fc17f108ab7e194fb692 (patch) | |
tree | e7735fe2185c50135217de50cd87dec709fef521 | |
parent | d5743645b4ef867541506fd6b7be0ccd48b287d2 (diff) | |
download | emacs-27b4e148426d27bfcfb9fc17f108ab7e194fb692.tar.gz |
Explain trouble with link farms in `make install'.
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -173,6 +173,15 @@ Emacs source code in the directory that `configure' is in. To build in a separate directory, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. +3c) Some people try to build in a separate directory +by filling it full of symlinks to the real source directory. +If you do that, `make all' does work, but `make install' fails: +it copies the symbolic links rather than the actual files. + +As far as is known, there is no particular reason to use +a directory full of links rather than use the standard GNU +facilities to build in a separate directory (see 3b above). + 4) Look at `./lisp/paths.el'; if some of those values are not right for your system, set up the file `./lisp/site-init.el' with Emacs Lisp code to override them; it is not a good idea to edit paths.el |