Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / tools / build / README
blobdee027eb772a57043fd7c2474af195a7dcbe5f07
1 mozilla/tools/build
2 ===================
4 This directory is for tools that facilitate the building of 
5 the mozilla source code (the browser, the sdks, etc.).
8 Table of Contents
9 =================
11 * sync-all-configures
12   Run from cron to generate configure on all desired branches.
14 * sync-configure
15   Current script to generate configure from configure.in and check in.
17 * mozilla-src-tarball
18   Used to create nightly tarball.
20 * gnome-tip-nightly
21    A tcsh shell script to pull and build gnome packages from
22    the gnome anonymous cvs server. This is useful for keeping
23    the toolkits needed to build mozilla on unix up to date.
24    Typical usage for mozilla prereq building:
25       gnome-tip-nightly gtk+ /builds/gnome /usr/local --with-threads=posix
26       gnome-tip-nightly glib /builds/gnome /usr/local --with-threads=posix
28 * check-modules.pl
29   A perl script to check the modules file for duplicates and syntax errors.
30   Usage: check-modules.pl CVSROOT/modules
31          check-modules.pl -v CVSROOT/modules (verbose: Print the modules out)