summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-18 21:25:12 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-18 21:25:12 +0000
commit903fc51649d05bae37a498d46ef3092076371254 (patch)
tree0a2f845ba418276f5640357863281224466f51fc /Makefile.pre.in
parentMerged revisions 78989 via svnmerge from (diff)
downloadcpython-903fc51649d05bae37a498d46ef3092076371254.tar.gz
cpython-903fc51649d05bae37a498d46ef3092076371254.tar.bz2
cpython-903fc51649d05bae37a498d46ef3092076371254.zip
Merged revisions 79052 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79052 | benjamin.peterson | 2010-03-18 16:23:05 -0500 (Thu, 18 Mar 2010) | 9 lines Merged revisions 79051 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79051 | benjamin.peterson | 2010-03-18 16:20:35 -0500 (Thu, 18 Mar 2010) | 1 line don't try to compile anything in lib2to3/tests/data #8169 ........ ................
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 2c19e15ceaf..d20fc344e9e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
+ -x 'badsyntax|site-packages|lib2to3/tests/data' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
+ -x 'badsyntax|site-packages|lib2to3/tests/data' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \