aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-14 21:10:37 +0300
committerEli Zaretskii2014-10-14 21:10:37 +0300
commite3060a0c4d2f418ac786775109d71e5843ccf42e (patch)
tree347b37fc39d0db9cd23b3e9f79ee81b4bbc40f08 /admin/notes
parent1a3eca0656bdb764200e10a4f264138e94b1f3ce (diff)
parent980d78b3587560c13a46aef352ed8d5ed744acf6 (diff)
downloademacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.tar.gz
emacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.zip
Merge from trunk and resolve conflicts.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bzr12
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr
index 13a3beb4ca8..b962b370221 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -307,6 +307,18 @@ When finished, use
307 307
308or simply delete the entire branch if you created it just for this. 308or simply delete the entire branch if you created it just for this.
309 309
310** Some tips for speeding up bisections:
311
312*** Use ./configure --without-all --cache-file=/tmp/config.cache
313(assuming the thing you are testing for does not need a feature that
314--without-all disables).
315
316*** Rather than `make', use `make -C lib && make -C src bootstrap-emacs
317&& make -C src emacs', to avoid compiling the non-essential lisp files
318(unless the thing you are testing for only shows up in compiled files;
319if so compile just the relevant ones). Obviously use whatever make -j
320option is appropriate for your system.
321
310* Commit emails 322* Commit emails
311 323
312** Old method: bzr-hookless-email 324** Old method: bzr-hookless-email