summaryrefslogtreecommitdiff
path: root/INSTALL.BZR
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
commit6aa88d4d27d105f4f27c46649ad01e6ad35cd990 (patch)
treeea57ac43ec466bf22b1f4b5b967a39fc61fd78b4 /INSTALL.BZR
parenta0381c65f771138316b99f60205e424dc3b84d98 (diff)
downloademacs-6aa88d4d27d105f4f27c46649ad01e6ad35cd990.tar.gz
Fix bazaar update instructions
Diffstat (limited to 'INSTALL.BZR')
-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