summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-11 19:31:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-11 19:31:00 (GMT)
commite753abdec7fab39bf1645675b6dd446041fa72ca (patch)
tree6174296a8d849c6b29b8d7c8da21cf0c9a912973 /Makefile.pre.in
parent64e1c754555654c613a65a97186930659bf08b70 (diff)
downloadcpython-e753abdec7fab39bf1645675b6dd446041fa72ca.zip
cpython-e753abdec7fab39bf1645675b6dd446041fa72ca.tar.gz
cpython-e753abdec7fab39bf1645675b6dd446041fa72ca.tar.bz2
ignore py3_test_grammar when compiling the library
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f99d1e1..f8415a7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -892,11 +892,13 @@ 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' $(DESTDIR)$(LIBDEST)
+ -x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \
+ $(DESTDIR)$(LIBDEST)
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+ -x 'bad_coding|badsyntax|site-packages|py3_test_grammar' \
+ $(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST)/site-packages -f \