summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-04 04:32:42 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-04 04:32:42 (GMT)
commit892a33f85aca8e399509c2c673a02124d24d1991 (patch)
tree05bbd39532fe516b0f0479eda5daebb815db9637 /Makefile.pre.in
parentc0d11250afe8c5809e8921271ccb7fe0db46b64f (diff)
downloadcpython-892a33f85aca8e399509c2c673a02124d24d1991.zip
cpython-892a33f85aca8e399509c2c673a02124d24d1991.tar.gz
cpython-892a33f85aca8e399509c2c673a02124d24d1991.tar.bz2
Get "make install" working again after adding Lib/test/bad_coding.py
which can't be compiled. Thanks to Mat Martineau for spotting the problem.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7b440f3..66bc88a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -724,11 +724,11 @@ libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+ -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+ -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST)/site-packages -f \