On 8/30/07, guido.van.rossum <[email protected]> wrote: > > Author: guido.van.rossum > Date: Thu Aug 30 01:24:02 2007 > New Revision: 57682 > > Modified: > python/branches/py3k/Makefile.pre.in > Log: > Modernize clean and funny targets. > > > Modified: python/branches/py3k/Makefile.pre.in > > ============================================================================== > --- python/branches/py3k/Makefile.pre.in (original) > +++ python/branches/py3k/Makefile.pre.in Thu Aug 30 01:24:02 2007 > @@ -1024,7 +1024,14 @@ >
+ -rm -f *.TXT > + -rm -f *.txt I don't think these should be part of 'make clean', although they make sense as part of 'make allclean'. Not only is it rather rude to blindly delete perfectly valid text files that the build environment didn't create, it is actually quite useful to have the encoding tests's TXT around and be used even when you don't run with networking enabled. (If they aren't there, they're downloaded, but only if you run with -unetwork.) I would also be annoyed if reflog.txt kept disappearing when I run 'make clean' :-P -- Thomas Wouters <[EMAIL PROTECTED]> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
_______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
