[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Automatic rebuilding of build files

From: Nicolás Lichtmaier <nick_at_panoptico.reloco.com.ar>
Date: 2005-05-03 22:11:22 CEST

>> Those kind of changes don't happen often enough to warrant making it
>> automatic; a single autogen.sh script that takes care of everything is
>> sufficient.
>>
>> Auto-generating the build can have serious consequences if something
>> triggers the rebuild dependency and where the required auto* tools are
>> either not present on the machine, or have incompatible versions that
>> won't work with your project; an otherwise fine tarball suddenly is
>> broken and unable to build on your production box.
>
>
> I share much of the above opinion, but am not against auto rebuilds
> provided we make sure they can only occur in working copies, never in
> tarballs, *and* they do not rebuild too much too often.

Your first concern can be addressed by using this rules only when
--enable-debug is used.
The second concern... well.. try this patch in your personal WC for a
while and see if it's helpful or not =).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 3 22:12:27 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.