]> granicus.if.org Git - python/commitdiff
libinstall: For the first bytecode compilation pass, use -tt instead of
authorFred Drake <fdrake@acm.org>
Tue, 4 Jul 2000 04:15:53 +0000 (04:15 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Jul 2000 04:15:53 +0000 (04:15 +0000)
             -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.

Makefile.in

index 5a333f5b19e17c8b3a6432aeadc36913b5467d4e..77492d3ffc6b56be5fe15e5312c0d46b21aee2d1 100644 (file)
@@ -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)