aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-30 13:34:58 -0700
committerPaul Eggert2012-07-30 13:34:58 -0700
commit8f25abd317c64e2a69e1839633382841c3848a2d (patch)
treeb935c1910d2babd5f8646c8a7654f859420e534f /ChangeLog
parentadff3182ba51523423ce15cf26347c2b8b130826 (diff)
downloademacs-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3c52b6922d..14bf1f385cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
12012-07-30 Paul Eggert <eggert@cs.ucla.edu> 12012-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,