emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BZR and the bootstrap


From: Angelo Graziosi
Subject: BZR and the bootstrap
Date: Sat, 07 Aug 2010 18:49:54 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Usually, I bootstrap Emacs [trunk] doing, in short,

cd emacs-trunk
bzr up
mkdir build
cd build
../configure...
make bootstrap

etc.

Now I have noticed, when my internet connection is on (1), that BZR is called during the bootstrap. This is flagged both by 'top' and the modem lights.

Why BZR is called? What is it doing?

What happens if I switch off the connection (2)?

It seems that if I strip the bzr tree by '.*' file (3),

$ find emacs-trunk -name ".*" -delete

and the connection is on, BZR isn't called at all!

So, which is the right way to bootstrap: (1), (2) or (3)?

Ciao,
Angelo.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]