diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-18 22:55:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-18 22:55:46 (GMT) |
commit | d8fdd7e0abbccb8eef9fc521850189a161120e2a (patch) | |
tree | 7c14db841ca1fe7e2e94adc2e43fd256cf4dcdfb /Makefile.pre.in | |
parent | e30b3fa17a7f89fac3ef5e2b6546dad95204032e (diff) | |
download | cpython-d8fdd7e0abbccb8eef9fc521850189a161120e2a.zip cpython-d8fdd7e0abbccb8eef9fc521850189a161120e2a.tar.gz cpython-d8fdd7e0abbccb8eef9fc521850189a161120e2a.tar.bz2 |
reignore bad_coding
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1561841..fc988f0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -907,12 +907,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'badsyntax|site-packages|lib2to3/tests/data' \ + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ $(DESTDIR)$(LIBDEST) PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ -d $(LIBDEST) -f \ - -x 'badsyntax|site-packages|lib2to3/tests/data' \ + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ $(DESTDIR)$(LIBDEST) -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \ |