Mercurial > emacs
comparison src/ChangeLog @ 108798:dedcf813aa69
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 26 May 2010 22:43:27 -0700 |
parents | 939ecb6ccd4d |
children | 78199a49c4bf f1ee344e1eb5 |
comparison
equal
deleted
inserted
replaced
108797:d674108e8753 | 108798:dedcf813aa69 |
---|---|
1 2010-05-27 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * Makefile.in, autodeps.mk, deps.mk, ns.mk: | |
4 Convert comments to Makefile format. | |
5 | |
6 * Makefile.in (bootstrap-clean): No more Makefile.c. | |
7 | |
1 2010-05-26 Glenn Morris <rgm@gnu.org> | 8 2010-05-26 Glenn Morris <rgm@gnu.org> |
2 | 9 |
3 * Makefile.in (YMF_PASS_LDFLAGS): Remove. | 10 * Makefile.in (YMF_PASS_LDFLAGS): Remove. |
4 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS. | 11 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS. |
5 | 12 |