[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Annoyingly cautious make rules
From: |
Paul Eggert |
Subject: |
Re: Annoyingly cautious make rules |
Date: |
Sat, 03 Dec 2011 12:34:53 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0 |
On 12/02/11 20:52, Stephen J. Turnbull wrote:
> Please, no. "-C" is an heuristic, not an optimization.
Thanks for this and for your other comments.
I pushed the following much-more-conservative patch,
to try to briefly document this long thread.
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
=== modified file 'INSTALL.BZR'
--- INSTALL.BZR 2011-06-25 17:51:03 +0000
+++ INSTALL.BZR 2011-12-03 20:26:26 +0000
@@ -28,6 +28,10 @@
$ ./configure
+If you want later builds to go faster, at the expense of sometimes
+doing the wrong thing if you update the build procedure, you can
+invoke "./configure -C --disable-maintainer-mode" instead.
+
Some of the files that are included in the Emacs tarball, such as
byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
build from Bazaar you must run "make bootstrap" instead of just "make":
- Re: Annoyingly cautious make rules, (continued)
- Re: Annoyingly cautious make rules, Paul Eggert, 2011/12/03
- Re: Annoyingly cautious make rules, Andreas Schwab, 2011/12/03
- Re: Annoyingly cautious make rules, Glenn Morris, 2011/12/03
- Re: Annoyingly cautious make rules, Richard Stallman, 2011/12/04
- Re: Annoyingly cautious make rules, Stefan Monnier, 2011/12/04
- Re: Annoyingly cautious make rules, Paul Eggert, 2011/12/04
- Re: Annoyingly cautious make rules, Glenn Morris, 2011/12/04
- Re: Annoyingly cautious make rules, Eli Zaretskii, 2011/12/03
- Re: Annoyingly cautious make rules, Paul Eggert, 2011/12/03
- Re: Annoyingly cautious make rules, Stephen J. Turnbull, 2011/12/02
- Re: Annoyingly cautious make rules,
Paul Eggert <=
- Re: Annoyingly cautious make rules, Richard Stallman, 2011/12/03
- Re: Annoyingly cautious make rules, Stephen J. Turnbull, 2011/12/02
Re: Annoyingly cautious make rules, Richard Stallman, 2011/12/01