mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
This commit is contained in:
parent
1350a3cc86
commit
4eec8d6f4c
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
|
2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
|
||||||
|
|
||||||
Propagate configure flags to sub-configures.
|
Propagate configure flags to sub-configures.
|
||||||
* Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
|
* Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
|
||||||
New macros.
|
New macros.
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,10 @@ options you can set):
|
||||||
|
|
||||||
$ ./configure
|
$ ./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
|
Some of the files that are included in the Emacs tarball, such as
|
||||||
byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
|
byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
|
||||||
build from Bazaar you must run "make bootstrap" instead of just "make":
|
build from Bazaar you must run "make bootstrap" instead of just "make":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue