diff options
| author | Glenn Morris | 2010-05-26 22:43:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-26 22:43:27 -0700 |
| commit | 81ac4f35366bfc525fa6ed89e0b5aaa90a05c902 (patch) | |
| tree | e77b927e7e5fcf2d0ac05bcacb13baa10ed4b285 /src/README | |
| parent | 11e4d8c0d35ec52819d5ce11176fc1f53b9890e0 (diff) | |
| download | emacs-81ac4f35366bfc525fa6ed89e0b5aaa90a05c902.tar.gz emacs-81ac4f35366bfc525fa6ed89e0b5aaa90a05c902.zip | |
Do not preprocess src/Makefile.in.
* configure.in: Do not preprocess src/Makefile.in.
(cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
(AC_EGREP_CPP): Test no longer needed.
* configure: Regenerate.
* config.bat: Do not preprocess src/Makefile.in.
* make-dist: No more Makefile.c files.
* INSTALL, src/README: Makefiles are not preprocessed.
* src/Makefile.in, src/autodeps.mk, src/deps.mk, src/ns.mk:
Convert comments to Makefile format.
* lib-src/Makefile.in (distclean): No more Makefile.c.
* src/Makefile.in (bootstrap-clean): No more Makefile.c.
* admin/notes/cpp: Remove file.
* admin/quick-install-emacs (AVOID): No more Makefile.c files.
* etc/PROBLEMS, etc/MACHINES: Remove details of cpp problems which can
no longer occur.
Diffstat (limited to 'src/README')
| -rw-r--r-- | src/README | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/README b/src/README index 679fc961e53..b4ce91b150a 100644 --- a/src/README +++ b/src/README | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 2 | Free Software Foundation, Inc. | 2 | 2010 Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| 5 | 5 | ||
| @@ -10,12 +10,10 @@ and installed, if the dumped Emacs (on Unix systems) is copied elsewhere. | |||
| 10 | See the files ../README and then ../INSTALL for installation instructions. | 10 | See the files ../README and then ../INSTALL for installation instructions. |
| 11 | 11 | ||
| 12 | Under GNU and Unix systems, the file `Makefile.in' is used as a | 12 | Under GNU and Unix systems, the file `Makefile.in' is used as a |
| 13 | template by the script `../configure' to produce `Makefile.c'. The | 13 | template by the script `../configure' to produce `Makefile'. This |
| 14 | same script then uses `cpp' to produce the machine-dependent | 14 | is the file which actually controls the compilation of Emacs. |
| 15 | `Makefile' from `Makefile.c'; `Makefile' is the file which actually | 15 | All of this should work transparently to the user; you should only |
| 16 | controls the compilation of Emacs. Most of this should work | 16 | need to run `../configure', and then type `make'. |
| 17 | transparently to the user; you should only need to run `../configure', | ||
| 18 | and then type `make'. | ||
| 19 | 17 | ||
| 20 | 18 | ||
| 21 | This file is part of GNU Emacs. | 19 | This file is part of GNU Emacs. |