diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-03 03:08:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-03 03:08:41 (GMT) |
commit | b2b35af7512c9b62fb4060973f7227ded4163d70 (patch) | |
tree | 1d14ae2b820e6293c59e0f9e2c541ebe17049f48 /Makefile.pre.in | |
parent | 861d6449294f586ba0cc4e481a79579aff401229 (diff) | |
download | cpython-b2b35af7512c9b62fb4060973f7227ded4163d70.zip cpython-b2b35af7512c9b62fb4060973f7227ded4163d70.tar.gz cpython-b2b35af7512c9b62fb4060973f7227ded4163d70.tar.bz2 |
ignore some 2to3 test files with 2.x syntax #6184
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 02cb586..0b4bb13 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|py2_test_grammar' \ + -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \ $(DESTDIR)$(LIBDEST) -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|py2_test_grammar' \ + -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \ $(DESTDIR)$(LIBDEST) -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ |