[Python-checkins] r73160 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Wed Jun 3 05:08:41 CEST 2009


Author: benjamin.peterson
Date: Wed Jun  3 05:08:41 2009
New Revision: 73160

Log:
ignore some 2to3 test files with 2.x syntax #6184

Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Wed Jun  3 05:08:41 2009
@@ -910,12 +910,12 @@
 	-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 \


More information about the Python-checkins mailing list