gecko/tools/build
2007-05-07 16:28:36 -07:00
..
check-modules.pl Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
gnome-tip-nightly Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
mozilla-src-tarball old nightly source tarball script from egg 2007-04-05 14:20:54 -07:00
README old nightly source tarball script from egg 2007-04-05 14:20:54 -07:00
sync-all-configures better version of autoconf generator b=375219 r=preed 2007-03-25 15:01:51 -07:00
sync-configure no leading slash-tmp needed for TMPDIR 2007-05-07 16:28:36 -07:00

mozilla/tools/build
===================

This directory is for tools that facilitate the building of 
the mozilla source code (the browser, the sdks, etc.).


Table of Contents
=================

* sync-all-configures
  Run from cron to generate configure on all desired branches.

* sync-configure
  Current script to generate configure from configure.in and check in.

* mozilla-src-tarball
  Used to create nightly tarball.

* gnome-tip-nightly
   A tcsh shell script to pull and build gnome packages from
   the gnome anonymous cvs server. This is useful for keeping
   the toolkits needed to build mozilla on unix up to date.
   Typical usage for mozilla prereq building:
      gnome-tip-nightly gtk+ /builds/gnome /usr/local --with-threads=posix
      gnome-tip-nightly glib /builds/gnome /usr/local --with-threads=posix

* check-modules.pl
  A perl script to check the modules file for duplicates and syntax errors.
  Usage: check-modules.pl CVSROOT/modules
         check-modules.pl -v CVSROOT/modules (verbose: Print the modules out)