[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106596: * INSTALL.BZR: Mention confi
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106596: * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. |
Date: |
Sat, 03 Dec 2011 12:28:21 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106596
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2011-12-03 12:28:21 -0800
message:
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
modified:
ChangeLog
INSTALL.BZR
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-12-03 20:23:44 +0000
+++ b/ChangeLog 2011-12-03 20:28:21 +0000
@@ -1,5 +1,7 @@
2011-12-03 Paul Eggert <address@hidden>
+ * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
+
Propagate configure flags to sub-configures.
* Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
New macros.
=== modified file 'INSTALL.BZR'
--- a/INSTALL.BZR 2011-06-25 17:51:03 +0000
+++ b/INSTALL.BZR 2011-12-03 20:28:21 +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":
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106596: * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.,
Paul Eggert <=