4 This directory is for tools that facilitate the building of
5 the mozilla source code (the browser, the sdks, etc.).
12 Run from cron to generate configure on all desired branches.
15 Current script to generate configure from configure.in and check in.
18 Used to create nightly tarball.
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
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)