emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrapping Emacs trunk repeats configure


From: Eli Zaretskii
Subject: Re: Bootstrapping Emacs trunk repeats configure
Date: Thu, 17 Apr 2014 08:26:13 +0300

> Date: Thu, 17 Apr 2014 02:04:54 +0200
> From: Angelo Graziosi <address@hidden>
> 
> I notice that bootstrapping recent trunk sources repeats the 'configure' 
> while bootstrapping.
> 
> [...]
> 
> This 'configure' repetition didn't occur with the trunk of few days ago 
> (timestamps 2014-04-11 06:51:49) nor with pretest 24.3.90.
> 
> Is all this to be expected?

Yes, and it always did that for me.  AFAIU, "make bootstrap" deletes
files created by 'configure', so the configure step must be redone.

Why are you bootstrapping Emacs like that?  You don't need to run
autogen.sh more than once in the same directory.  If you build in a
directory where you already have run autogen.sh at some priuor time,
just say "make bootstrap", and it will do the rest (including
'configure').  If you build in a fresh directory where you have just
checked-out the tree, then run autogen.sh followed by "configure" and
"make", and it will automatically perform the bootstrap.  Either way,
you only run the 'configure' script once.



reply via email to

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