summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-12-28 10:38:43 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2009-12-28 10:38:43 +0100
commit90412b21b1aec0ab1ba88632c7f932f56e3fc554 (patch)
tree8d644545c2ea11b1f522e35112d76695e1cf0bc9
parente7936c0f9f8b411a4899e819b10878a54471c735 (diff)
downloademacs-90412b21b1aec0ab1ba88632c7f932f56e3fc554.tar.gz
Fix bazaar update instructions
-rw-r--r--INSTALL.BZR2
1 files changed, 1 insertions, 1 deletions
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