[Python-checkins] CVS: python/dist/src Makefile.in,1.90,1.91
Fred L. Drake
python-dev@python.org
Mon, 3 Jul 2000 21:15:55 -0700
Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29240
Modified Files:
Makefile.in
Log Message:
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.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** Makefile.in 2000年07月01日 00:13:10 1.90
--- Makefile.in 2000年07月04日 04:15:53 1.91
***************
*** 329,333 ****
done
PYTHONPATH=$(LIBDEST) \
! ./python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST)
PYTHONPATH=$(LIBDEST) \
./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)
--- 329,333 ----
done
PYTHONPATH=$(LIBDEST) \
! ./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST)
PYTHONPATH=$(LIBDEST) \
./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)