- compilers on all your build hosts. wxPython builds cannot be
- parallelised at this stage and will run serially regardless of
- your configuration.
+ compilers on all your build hosts.
+ You may override that heuristic by setting the CONCURRENCY_LEVEL
+ environment variable to the number of jobs you wish make to fork.
+ That variable is also supported by the kernel-package scripts and
+ is respected for consistency here.
+
+ wxPython builds cannot be parallelised at this stage and will run
+ serially regardless of your configuration.