gecko-dev/python/mozbuild
Gregory Szorc 26d1f2eb12 Bug 807974 - Handle make errors more gracefully; r=jhammel
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)
2012-11-06 17:01:08 -08:00
..
mozbuild Bug 807974 - Handle make errors more gracefully; r=jhammel 2012-11-06 17:01:08 -08:00
README.rst Bug 800633 - Clean up references to code moved out of mozbuild; r=jhammel 2012-10-11 17:13:18 -07:00
setup.py Bug 794509 - Part 2: Move mach command modules into a mach.commands sub-module; r=jhammel 2012-10-05 12:13:18 -07:00

README.rst

========
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.