From: Benjamin Peterson Date: Thu, 18 Mar 2010 21:20:35 +0000 (+0000) Subject: don't try to compile anything in lib2to3/tests/data #8169 X-Git-Tag: v2.7b1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=716869caac4361f5d01b9dbe46d94d3e03d1b519;p=python don't try to compile anything in lib2to3/tests/data #8169 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d2fb4beeb5..ce97b330d1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -906,12 +906,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \ + -x 'badsyntax|site-packages|lib2to3/tests/data' \ $(DESTDIR)$(LIBDEST) PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \ + -x 'badsyntax|site-packages|lib2to3/tests/data' \ $(DESTDIR)$(LIBDEST) -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \