Difference between revisions of "Shining Some Light on the Mozilla Build System"

From CDOT Wiki
Jump to: navigation, search
(Notes)
(Notes)
Line 12: Line 12:
 
** Multiple products in CVS
 
** Multiple products in CVS
 
** Thousands of Makefiles
 
** Thousands of Makefiles
* Basic tools - [http://www.gnu.org/software/autoconf/ autoconf] + [http://www.gnu.org/software/make/ GNU Make]
+
* Basic tools
* Autoconf - managing differences between platforms and selecting build options
+
** [http://www.gnu.org/software/autoconf/ autoconf] - managing differences between platforms and selecting build options
* Make - following rules to build things based on changed files
+
** [http://www.gnu.org/software/make/ GNU Make] - following rules to build things based on changed files
 +
** Tinderbox
 
* Your build experiences
 
* Your build experiences
 
* Deconstructing [http://developer.mozilla.org/en/docs/Configuring_Build_Options mozconfig]
 
* Deconstructing [http://developer.mozilla.org/en/docs/Configuring_Build_Options mozconfig]
Line 22: Line 23:
 
* Looking at some Makefiles
 
* Looking at some Makefiles
 
** Plumbing the depths of [http://lxr.mozilla.org/mozilla/source/config/rules.mk rules.mk]
 
** Plumbing the depths of [http://lxr.mozilla.org/mozilla/source/config/rules.mk rules.mk]
 +
* The future of the build system: Buildbot
 +
* Breakpad and Crash Reporting

Revision as of 12:05, 18 September 2007

Talk Details

  • Date: Sept 20, 2007
  • Speaker: Ted Mielczarek, Mozilla Corporation

Notes

  • Ted Mielczarek - ted@mielczarek.org
  • Building software
  • It's all about scope
  • Basic tools
    • autoconf - managing differences between platforms and selecting build options
    • GNU Make - following rules to build things based on changed files
    • Tinderbox
  • Your build experiences
  • Deconstructing mozconfig
  • What the heck is client.mk for?
    • Fancy things you can do
  • Looking at some Makefiles
  • The future of the build system: Buildbot
  • Breakpad and Crash Reporting