summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-04 04:15:53 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-04 04:15:53 (GMT)
commit4b0200e322b333f5eac3a6b98b9ef527a596c856 (patch)
treeccee1c353dada33a9dfa009b29c7e70a732fd402 /Makefile.in
parent6c4753f925467e5908a43d2fec6d15b76e878d42 (diff)
downloadcpython-4b0200e322b333f5eac3a6b98b9ef527a596c856.zip
cpython-4b0200e322b333f5eac3a6b98b9ef527a596c856.tar.gz
cpython-4b0200e322b333f5eac3a6b98b9ef527a596c856.tar.bz2
libinstall: For the first bytecode compilation pass, use -tt instead of
-t. This ensures that each installation from source is checked for compliance. This is needed to make sure .py files in the various Lib/plat-foo/ directories are tested even if the core developers do not have access to the corresponding platforms.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5a333f5..77492d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -328,7 +328,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
done; \
done
PYTHONPATH=$(LIBDEST) \
- ./python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST)
+ ./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST)
PYTHONPATH=$(LIBDEST) \
./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)