Mercurial > emacs
changeset 106667:7ef5489936c5
Fix bazaar update instructions
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Mon, 28 Dec 2009 10:38:43 +0100 |
parents | 92a9b9b08bb4 |
children | 75fb4d306cdf 04cdd0140564 |
files | INSTALL.BZR |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.BZR Mon Dec 28 10:12:09 2009 +0100 +++ b/INSTALL.BZR Mon Dec 28 10:38:43 2009 +0100 @@ -14,7 +14,7 @@ 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