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 /make-dist | |
| 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 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -461,7 +461,7 @@ echo "Making links to \`src'" | |||
| 461 | ln makefile.w32-in ../${tempdir}/src | 461 | ln makefile.w32-in ../${tempdir}/src |
| 462 | ln .gdbinit .dbxinit ../${tempdir}/src | 462 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 463 | cd ../${tempdir}/src | 463 | cd ../${tempdir}/src |
| 464 | rm -f config.h epaths.h Makefile Makefile.c | 464 | rm -f config.h epaths.h Makefile |
| 465 | rm -f =* TAGS) | 465 | rm -f =* TAGS) |
| 466 | 466 | ||
| 467 | echo "Making links to \`src/bitmaps'" | 467 | echo "Making links to \`src/bitmaps'" |
| @@ -499,7 +499,6 @@ echo "Making links to \`lib-src'" | |||
| 499 | fi | 499 | fi |
| 500 | done | 500 | done |
| 501 | cd ../${tempdir}/lib-src | 501 | cd ../${tempdir}/lib-src |
| 502 | rm -f Makefile.c | ||
| 503 | rm -f getopt.h | 502 | rm -f getopt.h |
| 504 | rm -f =* TAGS) | 503 | rm -f =* TAGS) |
| 505 | 504 | ||