gecko-dev/build/sparse-profiles/mach
Mike Hommey 5f875e708a Bug 1522788 - Harmonize config.guess handling between mach and configure. r=chmanchester
In fact, "simply" use whatever python configure does to find a shell to
execute config.guess and config.sub, and get both the mozconfig content
and the real, canonicalized target alias. This has the side effect of
making builds with --target=$cpu use a complete obj-$cpu-$os default
objdir instead of obj-$cpu. This will also allow to change the
host-guessing logic without having to duplicate code.

Differential Revision: https://phabricator.services.mozilla.com/D17618

--HG--
extra : moz-landing-system : lando
2019-01-28 22:14:23 +00:00

17 lines
537 B
Plaintext

[include]
# Various mach commands call config.guess to resolve the default objdir name.
path:build/autoconf/config.guess
path:build/autoconf/config.sub
path:build/moz.configure/checks.configure
path:build/moz.configure/init.configure
path:build/moz.configure/util.configure
# Used for bootstrapping the mach driver.
path:build/mach_bootstrap.py
path:build/virtualenv_packages.txt
path:mach
# Various dependencies. There is room to trim fat, especially in
# third_party/python.
path:python/
path:testing/mozbase/
path:third_party/python/