]> git.eshelyaron.com Git - emacs.git/commitdiff
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Dec 2011 20:28:21 +0000 (12:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Dec 2011 20:28:21 +0000 (12:28 -0800)
ChangeLog
INSTALL.BZR

index cf66c4bf24af7eb5562d3aa830c2a2864fc6edc4..fe4b74535ae8d4dd2e07cc2442befd43dc1122ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
+
        Propagate configure flags to sub-configures.
        * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
        New macros.
index 664aab1c7652c3de2f7b8e7639bcf7d54dd79de9..69babac7a8b573dda97bc2384a36622dde4a0b4f 100644 (file)
@@ -28,6 +28,10 @@ options you can set):
 
   $ ./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":