Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2a6a70

Browse files
committed
Merged revisions 75049 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r75049 | mark.dickinson | 2009-09-24 20:24:44 +0100 (Thu, 24 Sep 2009) | 10 lines Merged revisions 75047 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r75047 | mark.dickinson | 2009-09-24 20:21:07 +0100 (Thu, 24 Sep 2009) | 3 lines Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. Thanks egreen. ........ ................
1 parent bce4604 commit e2a6a70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ TAGS::
11481148
for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done
11491149

11501150
# Sanitation targets -- clean leaves libraries, executables and tags
1151-
# files, which clobber removes those as well
1151+
# files, which clobber removes as well
11521152
pycremoval:
11531153
find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
11541154

@@ -1168,6 +1168,7 @@ clean: pycremoval
11681168
find . -name '*.s[ol]' -exec rm -f {} ';'
11691169
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
11701170
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
1171+
-rm -f Lib/lib2to3/*Grammar*.pickle
11711172

11721173
profile-removal:
11731174
find . -name '*.gc??' -exec rm -f {} ';'

0 commit comments

Comments
 (0)