зеркало из https://github.com/mozilla/gecko-dev.git
Followup for bug 1255197 - Remove unused dependencies from prepare_configure. r=me
This commit is contained in:
Родитель
b393092634
Коммит
743482d107
|
@ -58,14 +58,10 @@ def autoconf(mozconfig, autoconf):
|
||||||
|
|
||||||
|
|
||||||
@depends('OLD_CONFIGURE', mozconfig, autoconf, check_build_environment, shell,
|
@depends('OLD_CONFIGURE', mozconfig, autoconf, check_build_environment, shell,
|
||||||
virtualenv_python, compile_environment, build_project,
|
extra_old_configure_args, old_configure_assignments)
|
||||||
extra_old_configure_args, '--with-external-source-dir',
|
|
||||||
'--enable-shared-js', old_configure_assignments)
|
|
||||||
@advanced
|
@advanced
|
||||||
def prepare_configure(old_configure, mozconfig, autoconf, build_env, shell,
|
def prepare_configure(old_configure, mozconfig, autoconf, build_env, shell,
|
||||||
python, compile_env, build_project,
|
extra_old_configure_args, old_configure_assignments):
|
||||||
extra_old_configure_args, external_source_dir,
|
|
||||||
shared_js, old_configure_assignments):
|
|
||||||
import glob
|
import glob
|
||||||
import itertools
|
import itertools
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Загрузка…
Ссылка в новой задаче