From a5421542e5fbeb2167cbdd4b2e19e7482a227ca7 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 21 Jul 2022 08:39:20 +0000 Subject: Issue #1837 - Remove unused build back-ends from the tree. This leaves just use of recursive make to build applications. --- build/moz.build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build/moz.build') diff --git a/build/moz.build b/build/moz.build index 27f681369d..6567dd944c 100644 --- a/build/moz.build +++ b/build/moz.build @@ -97,10 +97,3 @@ if CONFIG['MOZ_VALGRIND']: 'valgrind/i386-redhat-linux-gnu.sup', 'valgrind/x86_64-redhat-linux-gnu.sup', ] - -if CONFIG['MOZ_ARTIFACT_BUILDS']: - # Ensure a pre-built interfaces.xpt installed to the objdir by the artifact - # code is included by the top-level chrome.manifest. - EXTRA_COMPONENTS += [ - 'prebuilt-interfaces.manifest', - ] -- cgit v1.2.3