зеркало из https://github.com/mozilla/gecko-dev.git
make-makefile for the XForms build requires arguments numbering two to
operate as expected. The first is the location of the build directory. The second is the depth of the current working directory relative to the source directory. (where source directory there may need to be described as object directory, ...)
This commit is contained in:
Родитель
fa03bc7b64
Коммит
8fb84ef0b8
|
@ -737,13 +737,13 @@ sub main {
|
|||
my $datestamp = "$c_year-$c_month-$c_day-$c_hour-$Settings::milestone";
|
||||
|
||||
if ($Settings::BuildXForms) {
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/schema-validation; $objdir/build/autoconf/make-makefile";
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/schema-validation; $objdir/build/autoconf/make-makefile -t $objdir -d ../..";
|
||||
TinderUtils::run_shell_command "make -C $objdir/extensions/schema-validation";
|
||||
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/xforms; $objdir/build/autoconf/make-makefile";
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/xforms; $objdir/build/autoconf/make-makefile -t $objdir -d ../..";
|
||||
TinderUtils::run_shell_command "make -C $objdir/extensions/xforms";
|
||||
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/xforms/package; $objdir/build/autoconf/make-makefile";
|
||||
TinderUtils::run_shell_command "cd $objdir/extensions/xforms/package; $objdir/build/autoconf/make-makefile -t $objdir -d ../../..";
|
||||
TinderUtils::run_shell_command "make -C $objdir/extensions/xforms/package xpi";
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче