From d3b795e0d2f7df10ca175c394ea9f89523088243 Mon Sep 17 00:00:00 2001 From: Mike Shal Date: Mon, 9 Sep 2019 17:44:56 +0000 Subject: [PATCH] Bug 1575680 - Move node invocations to misc tier; r=firefox-build-system-reviewers,chmanchester These were originally in exports because having it in the same tier as the install rule interacted poorly with VPATH. Now that we no longer have a generic VPATH rule, make can handle the rules properly with everything in misc. Differential Revision: https://phabricator.services.mozilla.com/D42969 --HG-- extra : moz-landing-system : lando --- python/mozbuild/mozbuild/frontend/data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/mozbuild/mozbuild/frontend/data.py b/python/mozbuild/mozbuild/frontend/data.py index 741cbe659c56..d17b1a1f10a9 100644 --- a/python/mozbuild/mozbuild/frontend/data.py +++ b/python/mozbuild/mozbuild/frontend/data.py @@ -1211,8 +1211,6 @@ class GeneratedFile(ContextDerived): '.inc', '.py', '.rs', - 'node.stub', # To avoid VPATH issues with installing node files: - # https://bugzilla.mozilla.org/show_bug.cgi?id=1461714#c55 # We need to compile Java to generate JNI wrappers for native code # compilation to consume. 'android_apks',