From 90412b21b1aec0ab1ba88632c7f932f56e3fc554 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 28 Dec 2009 10:38:43 +0100 Subject: [PATCH] Fix bazaar update instructions --- INSTALL.BZR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT