CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/05/28 10:04:58
Modified files:
lang/python : python.port.mk
Log message:
Add MODPY_COMPILEALL with a standard invocation to run "compileall".
Compared to the various ad-hoc ones used in the ports tree, this sets
parallelism if MAKE_JOBS is set, strips ${WRKINST} from the pyc files
(i.e. the pobj directory), and uses standard optimization levels.
(I have diffs for the various ports using ad-hoc compileall.py that
I'll test)
