diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-11 22:15:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-11 22:15:13 (GMT) |
commit | 9bd39c119e9b858c18191e0c1a7ffe5c3bcd1fe2 (patch) | |
tree | 77f6b25c94617412787b42561e7f1599a3eee020 /Makefile.pre.in | |
parent | 51f32c00e8006101c5dd70c79f7f132e4a658497 (diff) | |
download | cpython-9bd39c119e9b858c18191e0c1a7ffe5c3bcd1fe2.zip cpython-9bd39c119e9b858c18191e0c1a7ffe5c3bcd1fe2.tar.gz cpython-9bd39c119e9b858c18191e0c1a7ffe5c3bcd1fe2.tar.bz2 |
put downloaded test support files in Lib/test/data instead of the cwd
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 71ded8e..42837f6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1173,6 +1173,7 @@ clobber: clean profile-removal # remove all generated files, even Makefile[.pre] # Keep configure and Python-ast.[ch], it's possible they can't be generated distclean: clobber + -rm -f Lib/test/data/* -rm -f core Makefile Makefile.pre config.status \ Modules/Setup Modules/Setup.local Modules/Setup.config find $(srcdir) '(' -name '*.fdc' -o -name '*~' \ |