Build config: Difference between revisions

m
add link to projects subpage
m (add link to projects subpage)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Build config refers to a [[Modules|module]] that governs the maintenance of mozilla-central's build system.
Build config refers to a [[Modules|module]] that governs the maintenance of mozilla-central's build system.
For active and future projects in the module, see [[/Projects]].


==Review Policy==
==Review Policy==
Line 5: Line 7:


# All files evaluated by make (commonly Makefile.in, Makefile, and .mk) must be reviewed by a build config module peer.
# All files evaluated by make (commonly Makefile.in, Makefile, and .mk) must be reviewed by a build config module peer.
# Trivial changes to existing make files (such as adding or removing an item from a list - but not adding new variables) are exempt from the previous rule.
# Additions and removals from existing *list* variables in make files are exempt from the previous rule.


If these policies are not followed, the build config module reserves the right to back out a patch for not adhering to the review policy.
If these policies are not followed, the build config module reserves the right to back out a patch for not adhering to the review policy.
canmove, Confirmed users
409

edits