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

Re: svn commit: r20781 - trunk

From: David James <djames_at_collab.net>
Date: 2006-07-25 19:03:45 CEST

On 7/19/06, maxb@tigris.org <maxb@tigris.org> wrote:
> * autogen.sh: Purge *.pyc files from the build/ hierarchy after using the
> build generator, so that we do not ship them in tarballs.
> [...]
> +find build/ -name '*.pyc' -print -exec rm {} \;

Does it make sense to do this in autogen.sh? Python will actually
perform faster if you leave the compiled Python files in the tree.
Instead, I'd recommend moving this code into dist.sh so that we'll
kill the pyc files before building the tarball.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 25 19:06:20 2006

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.