diff options
author | Moonchild <moonchild@palemoon.org> | 2022-07-21 08:39:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-07-21 08:39:43 +0000 |
commit | a5421542e5fbeb2167cbdd4b2e19e7482a227ca7 (patch) | |
tree | cade7c97c86b23195a3b961f9b6d7cc31374fa89 /build/mach_bootstrap.py | |
parent | 9800079bc2d9eaf1f7dfd3c4db128af147eba1a4 (diff) | |
download | uxp-a5421542e5fbeb2167cbdd4b2e19e7482a227ca7.tar.gz |
Issue #1837 - Remove unused build back-ends from the tree.
This leaves just use of recursive make to build applications.
Diffstat (limited to 'build/mach_bootstrap.py')
-rw-r--r-- | build/mach_bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 0443eedda2..22eaa3425a 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -100,7 +100,6 @@ MACH_MODULES = [ 'python/mach/mach/commands/settings.py', 'python/compare-locales/mach_commands.py', 'python/mozbuild/mozbuild/mach_commands.py', - 'python/mozbuild/mozbuild/backend/mach_commands.py', 'python/mozbuild/mozbuild/compilation/codecomplete.py', 'python/mozbuild/mozbuild/frontend/mach_commands.py', 'services/common/tests/mach_commands.py', |