mirror of https://github.com/python/cpython
don't try to compile anything in lib2to3/tests/data #8169
This commit is contained in:
parent
735885428d
commit
716869caac
|
@ -906,12 +906,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
|
||||||
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
||||||
./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
|
./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
|
||||||
-d $(LIBDEST) -f \
|
-d $(LIBDEST) -f \
|
||||||
-x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \
|
-x 'badsyntax|site-packages|lib2to3/tests/data' \
|
||||||
$(DESTDIR)$(LIBDEST)
|
$(DESTDIR)$(LIBDEST)
|
||||||
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
||||||
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
|
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
|
||||||
-d $(LIBDEST) -f \
|
-d $(LIBDEST) -f \
|
||||||
-x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \
|
-x 'badsyntax|site-packages|lib2to3/tests/data' \
|
||||||
$(DESTDIR)$(LIBDEST)
|
$(DESTDIR)$(LIBDEST)
|
||||||
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
|
||||||
./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
|
./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
|
||||||
|
|
Loading…
Reference in New Issue