зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1480771 - Take CLOBBER into account when deciding whether to re-run configure. r=gps,firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D2802 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6056bb970c
Коммит
5ae0e08589
|
@ -581,6 +581,7 @@ def config_status_deps(build_env, build_project):
|
|||
extra_deps = [os.path.join(topobjdir[:-7], '.mozconfig.json')]
|
||||
|
||||
return list(__sandbox__._all_paths) + extra_deps + [
|
||||
os.path.join(topsrcdir, 'CLOBBER'),
|
||||
os.path.join(topsrcdir, 'configure'),
|
||||
os.path.join(topsrcdir, 'js', 'src', 'configure'),
|
||||
os.path.join(topsrcdir, 'configure.in'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче