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 /admin/notes | |
| 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 'admin/notes')
| -rw-r--r-- | admin/notes/cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/admin/notes/cpp b/admin/notes/cpp deleted file mode 100644 index 73b4b3d64ff..00000000000 --- a/admin/notes/cpp +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | ttn 2003-04-09 | ||
| 2 | |||
| 3 | we use a C preprocesor not only in the normal compilation of .c files | ||
| 4 | into object files, but also for creating src/Makefile. | ||
| 5 | (delimited by comment "start of cpp stuff"). some cpp implementations | ||
| 6 | insert whitespace in between tokens. | ||
| 7 | |||
| 8 | during makefile creation, the preprocessor symbol NOT_C_CODE is defined. | ||
| 9 | this should not be defined for normal .c file compilation. | ||
| 10 | |||
| 11 | there has been discussion on eliminating this use of cpp and relying | ||
| 12 | solely on autoconf processing. rms says to leave it be. | ||
| 13 | |||
| 14 | ;;; arch-tag: d654291e-9fc8-41b7-ab0c-d3cde842a8e0 | ||