Compare commits

..

2 Commits

Author SHA1 Message Date
ccooper%deadsquid.com
24722f4ba1 - adding GTK1 configs to public CVS
git-svn-id: svn://10.0.0.236/branches/GTK1@214827 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-06 22:31:43 +00:00
(no author)
db284d5ca7 This commit was manufactured by cvs2svn to create branch 'GTK1'.
git-svn-id: svn://10.0.0.236/branches/GTK1@214801 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-06 20:11:04 +00:00
3 changed files with 21 additions and 28 deletions

View File

@@ -1 +0,0 @@
Clobbering so we pick up the new compiler; forgot to add that to the mozconfig.

View File

@@ -1,22 +1,25 @@
#
## hostname: fxdbugnref-linux-tbox.build.mozilla.org
## uname: Linux fxdbugnref-linux-tbox.build.mozilla.org 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 athlon i386 GNU/Linux
#
# Commenting out sourcing browser/config/mozconfig in favor of add'l client.mk
# features.
# . $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_CO_MODULE="mozilla/tools/trace-malloc"
ac_add_options --enable-application=browser
# Yeah, I want this to be a debug build.
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --enable-canvas
ac_add_options --enable-svg
ac_add_options --enable-pango
# I ought to do this, if this machine had the needed libraries...:
# ac_add_options --enable-xft
# ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-default-toolkit=gtk
ac_add_options --enable-trace-malloc
ac_add_options --disable-libxul
CC=/tools/gcc-4.1.1/bin/gcc
CXX=/tools/gcc-4.1.1/bin/g++
#ac_add_options --enable-places
# Disable Cairo.
ac_add_options --disable-canvas
ac_add_options --disable-svg

View File

@@ -1,20 +1,16 @@
#
## hostname: fxdbugnref-linux-tbox.build.mozilla.org
## uname: Linux fxdbugnref-linux-tbox.build.mozilla.org 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 athlon i386 GNU/Linux
#
#- tinder-config.pl - Tinderbox configuration file.
#- Uncomment the variables you need to set.
#- The default values are the same as the commented variables.
#$ENV{PATH} = "/usr/local/binutils-2.13.2.1/bin:/usr/local/gcc-3.4.3/bin:" . $ENV{PATH};
$ENV{PATH} = "/usr/local/binutils-2.13.2.1/bin:/usr/local/gcc-3.4.3/bin:" . $ENV{PATH};
#- PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS
#$BuildAdministrator = "$ENV{USER}\@$ENV{HOST}";
#$BuildAdministrator = ($ENV{USER} || "cltbld") . "\@" . ($ENV{HOST} || "dhcp");
$BuildAdministrator = 'build@mozilla.org';
$BuildAdministrator = "dbaron\@dbaron.org";
#- You'll need to change these to suit your machine's needs
$DisplayServer = ':0.0';
#$DisplayServer = ':0.0';
#- Default values of command-line opts
#-
@@ -34,6 +30,7 @@ $CleanProfile = 1;
$ProductName = "Firefox";
$VendorName = "Mozilla";
$ENV{NO_EM_RESTART} = '1';
$ENV{XPCOM_DEBUG_BREAK} = 'abort';
#$RunMozillaTests = 1; # Allow turning off of all tests if needed.
#$RegxpcomTest = 1;
@@ -67,7 +64,7 @@ $RegxpcomTestTimeout = 60;
#$AliveTestTimeout = 45;
#$ViewerTestTimeout = 45;
#$EmbedTestTimeout = 45;
$BloatTestTimeout = 1800; # seconds
$BloatTestTimeout = 240; # seconds
#$MailBloatTestTimeout = 120; # seconds
#$JavaTestTimeout = 45;
#$DomTestTimeout = 45; # seconds
@@ -86,11 +83,6 @@ $BloatTestTimeout = 1800; # seconds
#$UseMozillaProfile = 1;
#$MozProfileName = 'default';
# This sets the value of the XPCOM_DEBUG_BREAK environment variable. We
# default to 'warn', which suppresses the assertion dialogs on Windows
# and gives platform parity. Use 'abort' for fatal assertions.
$MozAssertBehavior = 'stack-and-abort';
#- Set these to what makes sense for your system
#$Make = 'gmake'; # Must be GNU make
#$MakeOverrides = '';
@@ -122,7 +114,7 @@ $moz_cvsroot = ':ext:cltbld@cvs.mozilla.org:/cvsroot';
$ObjDir = 'obj';
# Extra build name, if needed.
$BuildNameExtra = 'Debug-Newref';
$BuildNameExtra = 'GTK1 (gcc 3.4)';
# User comment, eg. ip address for dhcp builds.
# ex: $UserComment = "ip = 208.12.36.108";
@@ -137,8 +129,7 @@ $BuildNameExtra = 'Debug-Newref';
#- Until you get the script working. When it works,
#- change to the tree you're actually building
#$BuildTree = 'MozillaTest';
$BuildTree = 'MozillaExperimental';
$BuildTree = 'Firefox';
#$BuildName = '';
#$BuildTag = '';