From 06146a3db609327ef07a30e79963a43114c9e5d9 Mon Sep 17 00:00:00 2001 From: "ccooper%deadsquid.com" Date: Tue, 18 Oct 2005 20:30:34 +0000 Subject: [PATCH] b=298431 r=Chase - patch to allow xforms build system to work with XULRunner --- tools/tinderbox/post-mozilla-rel.pl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tools/tinderbox/post-mozilla-rel.pl b/tools/tinderbox/post-mozilla-rel.pl index 85522372754..73255abaf05 100755 --- a/tools/tinderbox/post-mozilla-rel.pl +++ b/tools/tinderbox/post-mozilla-rel.pl @@ -322,16 +322,10 @@ sub packit { my(@xforms_xpi); if ($Settings::BuildXForms) { - TinderUtils::run_shell_command "cd $builddir/extensions/schema-validation; $builddir/build/autoconf/make-makefile -t $builddir -d ../.."; - TinderUtils::run_shell_command "make -C $builddir/extensions/schema-validation"; + TinderUtils::run_shell_command "cd $builddir/extensions/xforms; $builddir/build/autoconf/make-makefile -t $builddir -d ../.."; + TinderUtils::run_shell_command "make -C $builddir/extensions/xforms"; - TinderUtils::run_shell_command "cd $builddir/extensions/xforms; $builddir/build/autoconf/make-makefile -t $builddir -d ../.."; - TinderUtils::run_shell_command "make -C $builddir/extensions/xforms"; - - TinderUtils::run_shell_command "cd $builddir/extensions/xforms/package; $builddir/build/autoconf/make-makefile -t $builddir -d ../../.."; - TinderUtils::run_shell_command "make -C $builddir/extensions/xforms/package xpi"; - - @xforms_xpi = grep { -f $_ } <${builddir}/extensions/xforms/package/stage/xforms/xforms.xpi>; + @xforms_xpi = grep { -f $_ } <${builddir}/dist/xpi-stage/xforms.xpi>; } if (is_windows()) {