Mailnews has to be built now, because the profile wizard stuff was put into the mailnews directory, and doesn't get exported unless you build mailnews. (Don't shoot the messenger).
This commit is contained in:
Родитель
4211494969
Коммит
17e797195d
|
@ -60,14 +60,10 @@ if ($pull{all})
|
|||
}
|
||||
if ($build{all})
|
||||
{
|
||||
$temp = $build{mailnews};
|
||||
|
||||
foreach $k (keys(%build))
|
||||
{
|
||||
$build{$k} = 1;
|
||||
}
|
||||
|
||||
$build{mailnews} = $temp; # don't turn on mailnews until we are sure that everything is ok on Tinderbox
|
||||
}
|
||||
|
||||
# do the work
|
||||
|
|
|
@ -62,14 +62,10 @@ if ($pull{all})
|
|||
}
|
||||
if ($build{all})
|
||||
{
|
||||
$temp = $build{mailnews};
|
||||
|
||||
foreach $k (keys(%build))
|
||||
{
|
||||
$build{$k} = 1;
|
||||
}
|
||||
$build{mailnews} = $temp;
|
||||
# don't turn on mailnews until we are sure that everything is ok on tinderbox
|
||||
}
|
||||
if ($build{most})
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче