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:
Chris Manchester 2018-08-06 21:38:43 +00:00
Родитель 6056bb970c
Коммит 5ae0e08589
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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'),