From 4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 3 Dec 2011 12:28:21 -0800 Subject: [PATCH] * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. --- ChangeLog | 2 ++ INSTALL.BZR | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf66c4bf24..fe4b74535a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-12-03 Paul Eggert + * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. + Propagate configure flags to sub-configures. * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS): New macros. diff --git a/INSTALL.BZR b/INSTALL.BZR index 664aab1c76..69babac7a8 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -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": -- 2.20.1