From: Benjamin Peterson Date: Wed, 3 Jun 2009 03:08:41 +0000 (+0000) Subject: ignore some 2to3 test files with 2.x syntax #6184 X-Git-Tag: v3.1rc2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2b35af7512c9b62fb4060973f7227ded4163d70;p=python ignore some 2to3 test files with 2.x syntax #6184 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 02cb586292..0b4bb13cd9 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 \