]> granicus.if.org Git - python/commitdiff
Merged revisions 79051 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 18 Mar 2010 21:23:05 +0000 (21:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 18 Mar 2010 21:23:05 +0000 (21:23 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79051 | benjamin.peterson | 2010-03-18 16:20:35 -0500 (Thu, 18 Mar 2010) | 1 line

  don't try to compile anything in lib2to3/tests/data #8169
........

Makefile.pre.in

index 1af8f165dc2934db09102d7e1a951fc54a382791..19a399ab2bf4e9a8a41e65c72a041492a698b49b 100644 (file)
@@ -912,12 +912,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|crlf|different_encoding' \
+               -x 'badsyntax|site-packages|lib2to3/tests/data' \
                $(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|crlf|different_encoding' \
+               -x 'badsyntax|site-packages|lib2to3/tests/data' \
                $(DESTDIR)$(LIBDEST)
        -PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
                ./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \