diff options
| author | Paul Eggert | 2011-12-03 12:28:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-03 12:28:21 -0800 |
| commit | 4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e (patch) | |
| tree | b43acc4bd98045514d66cdf1e7b8400b4f5e63e0 | |
| parent | 1350a3cc86b014b29c73e1eef5846223af08d2a8 (diff) | |
| download | emacs-4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e.tar.gz emacs-4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e.zip | |
* INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | INSTALL.BZR | 4 |
2 files changed, 6 insertions, 0 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. | ||
| 4 | |||
| 3 | Propagate configure flags to sub-configures. | 5 | Propagate configure flags to sub-configures. |
| 4 | * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS): | 6 | * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS): |
| 5 | New macros. | 7 | New macros. |
diff --git a/INSTALL.BZR b/INSTALL.BZR index 664aab1c765..69babac7a8b 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR | |||
| @@ -28,6 +28,10 @@ options you can set): | |||
| 28 | 28 | ||
| 29 | $ ./configure | 29 | $ ./configure |
| 30 | 30 | ||
| 31 | If you want later builds to go faster, at the expense of sometimes | ||
| 32 | doing the wrong thing if you update the build procedure, you can | ||
| 33 | invoke "./configure -C --disable-maintainer-mode" instead. | ||
| 34 | |||
| 31 | Some of the files that are included in the Emacs tarball, such as | 35 | Some of the files that are included in the Emacs tarball, such as |
| 32 | byte-compiled Lisp files, are not stored in Bazaar. Therefore, to | 36 | byte-compiled Lisp files, are not stored in Bazaar. Therefore, to |
| 33 | build from Bazaar you must run "make bootstrap" instead of just "make": | 37 | build from Bazaar you must run "make bootstrap" instead of just "make": |