diff options
| author | Paul Eggert | 2012-07-30 13:34:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-30 13:34:58 -0700 |
| commit | 8f25abd317c64e2a69e1839633382841c3848a2d (patch) | |
| tree | b935c1910d2babd5f8646c8a7654f859420e534f /ChangeLog | |
| parent | adff3182ba51523423ce15cf26347c2b8b130826 (diff) | |
| download | emacs-8f25abd317c64e2a69e1839633382841c3848a2d.tar.gz emacs-8f25abd317c64e2a69e1839633382841c3848a2d.zip | |
Do not overwrite config.status while executing it.
* Makefile.in (MAKEFILE_NAME): New macro.
($(MAKEFILE_NAME)): Rename rule from Makefile.
* configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
so that GNU 'make' isn't tempted to make the Makefile and then
regenerate config.status while config.status is running.
Fixes: debbugs:11214
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Do not overwrite config.status while executing it (Bug#11214). | ||
| 4 | * Makefile.in (MAKEFILE_NAME): New macro. | ||
| 5 | ($(MAKEFILE_NAME)): Rename rule from Makefile. | ||
| 6 | * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value, | ||
| 7 | so that GNU 'make' isn't tempted to make the Makefile and then | ||
| 8 | regenerate config.status while config.status is running. | ||
| 9 | |||
| 3 | Update .PHONY listings in makefiles. | 10 | Update .PHONY listings in makefiles. |
| 4 | * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force, | 11 | * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force, |
| 5 | FRC, install-arch-dep, install-arch-indep, install-doc, | 12 | FRC, install-arch-dep, install-arch-indep, install-doc, |