On 12/27/2011 05:56 AM, Kinkie wrote:
> Hi all,
>   I'd like to add the attached file to the top-level squid directory.
> It is meant to track dependencies for regenerating the toplevel
> configure only when needed.
> The end result is a
> make -f Makefile.bootstrap && ./configure ; make
> 
> which make bootstrapping depend on changes to the dependencies list.
> 
> What do you think?

-0: Since bootstrapping is much faster than ./configure && make, running

    ./bootstrap.sh && ./configure && make

seems to be simpler, less error prone, almost as efficient, and does not
require introducing another dependency that needs to be maintained
(between project files and Makefile.bootstrap file).


Cheers,

Alex.

Reply via email to