aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-09 18:03:27 -0700
committerPaul Eggert2012-09-09 18:03:27 -0700
commitb8b0239fd0485002d1c761067c9047d1f26dbd4c (patch)
treefe258a2d99658a0fc300e6c70f1456be436537c8 /ChangeLog
parent3231d532c7e6c3ed0a2e58574bec5518404a7f82 (diff)
downloademacs-b8b0239fd0485002d1c761067c9047d1f26dbd4c.tar.gz
emacs-b8b0239fd0485002d1c761067c9047d1f26dbd4c.zip
Improve robustness of 'make bootstrap'.
Run autogen.sh after bootstrap-clean, to avoid bzr pull issues. * INSTALL, README: Document autogen.sh. * Makefile.in (Makefile): Mark it as precious, since it's updated atomically. (MAKE_CONFIG_STATUS): New macro. (config.status, bootstrap): Use it. This causes 'make bootstrap' to run config.status with the --recheck option, which is more appropriate for a bootstrap. (bootstrap): Run autogen.sh right after cleaning. Don't worry about failures due to missing tools. * autogen.sh: Exit with status 101 when failing due to missing tools. * make-dist: Distribute autogen.sh. Fixes: debbugs:12376
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 198670e59ee..7d1c19a535e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
12012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve robustness of 'make bootstrap' (Bug#12376).
4 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
5 * INSTALL, README: Document autogen.sh.
6 * Makefile.in (Makefile): Mark it as precious, since it's updated
7 atomically.
8 (MAKE_CONFIG_STATUS): New macro.
9 (config.status, bootstrap): Use it. This causes 'make bootstrap'
10 to run config.status with the --recheck option, which is more
11 appropriate for a bootstrap.
12 (bootstrap): Run autogen.sh right after cleaning. Don't worry
13 about failures due to missing tools.
14 * autogen.sh: Exit with status 101 when failing due to missing tools.
15 * make-dist: Distribute autogen.sh.
16
12012-09-09 Paul Eggert <eggert@cs.ucla.edu> 172012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2 18
3 Assume C89 or later for math functions (Bug#12381). 19 Assume C89 or later for math functions (Bug#12381).