mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
26d1f2eb12
We now return the status code from executed processes. The API to require a successful status code has been changed from ignore_errors to ensure_exit_code. The build mach command no longer spews a stack trace if make fails. DONTBUILD (NPOTB) |
||
---|---|---|
.. | ||
mozbuild | ||
README.rst | ||
setup.py |
======== mozbuild ======== mozbuild is a Python package providing functionality used by Mozilla's build system. Modules Overview ================ * mozbuild.compilation -- Functionality related to compiling. This includes managing compiler warnings.