]> granicus.if.org Git - python/commit
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)
commit4b0200e322b333f5eac3a6b98b9ef527a596c856
treeccee1c353dada33a9dfa009b29c7e70a732fd402
parent6c4753f925467e5908a43d2fec6d15b76e878d42
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.
Makefile.in