1 Jan 2010 01:19
Re: bazaar: "unable to obtain lock"
Robert J. Chassell <bob <at> gnu.org>
2010-01-01 00:19:05 GMT
2010-01-01 00:19:05 GMT
I wrote:
Next I am going to bootstrap it with the
changes I got with a `bzr pull'.
How do I avoid a shell and do it all in Emacs?
Karl Fogel <kfogel <at> red-bean.com> wrote:
Oops, I'm not quite sure what the question is -- what's the "it" here?
Compile Emacs? Update your local sources using bzr?
Both, using Emacs scripts such as these two (for the emacs/trunk/
directory):
(progn
(cd "/usr/local/src/emacs/trunk")
(compile
"time make -k -C lisp autoloads \
EMACS=/usr/local/src/emacs/trunk/src/emacs && \
cd lisp && \
time make EMACS=/usr/local/src/emacs/trunk/src/emacs && \
cd /usr/local/src/emacs/trunk && \
time make info html"))
;; and
(progn
(cd "/usr/local/src/emacs/trunk/")
(compile "time make -k"))
(Continue reading)
.
RSS Feed