From: Andreas Schwab <schwab@linux-m68k.org> Date: Mon, 28 Dec 2009 09:38:43 +0000 (+0100) Subject: Fix bazaar update instructions X-Git-Tag: emacs-pretest-23.1.91~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90412b21b1aec0ab1ba88632c7f932f56e3fc554;p=emacs.git Fix bazaar update instructions --- diff --git a/INSTALL.BZR b/INSTALL.BZR index 2ff6ca8c4a7..3840d5a5a7e 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -14,7 +14,7 @@ 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": - $ cvs update -dP + $ bzr pull $ make bootstrap Normally, it is not necessary to use "make bootstrap" after every