Kaydet (Commit) 890499ce authored tarafından Mark Dickinson's avatar Mark Dickinson

Merged revisions 83479 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83479 | mark.dickinson | 2010-08-01 22:33:01 +0100 (Sun, 01 Aug 2010) | 1 line

  Don't delete Lib/test/data/README when doing 'make distclean'
........
üst 0051a444
...@@ -1192,7 +1192,9 @@ clobber: clean profile-removal ...@@ -1192,7 +1192,9 @@ clobber: clean profile-removal
# remove all generated files, even Makefile[.pre] # remove all generated files, even Makefile[.pre]
# Keep configure and Python-ast.[ch], it's possible they can't be generated # Keep configure and Python-ast.[ch], it's possible they can't be generated
distclean: clobber distclean: clobber
-rm -f Lib/test/data/* for file in Lib/test/data/* ; do \
if test "$$file" != "Lib/test/data/README"; then rm "$$file"; fi; \
done
-rm -f core Makefile Makefile.pre config.status \ -rm -f core Makefile Makefile.pre config.status \
Modules/Setup Modules/Setup.local Modules/Setup.config \ Modules/Setup Modules/Setup.local Modules/Setup.config \
Misc/python.pc Misc/python.pc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment