From 909b3be4429d1c6846ce11683efa9be77b44e076 Mon Sep 17 00:00:00 2001 From: Martin Blanchard Date: Tue, 4 Sep 2018 11:30:19 +0100 Subject: =?UTF-8?q?make.py:=20Mark=20this=20as=20a=20BST=5FVIRTUAL=5FDIREC?= =?UTF-8?q?TORY=E2=80=A7plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.com/BuildStream/buildstream/issues/454 --- buildstream/plugins/elements/make.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildstream/plugins/elements/make.py b/buildstream/plugins/elements/make.py index 1f37cb412..6c500f3f9 100644 --- a/buildstream/plugins/elements/make.py +++ b/buildstream/plugins/elements/make.py @@ -38,7 +38,8 @@ from buildstream import BuildElement # Element implementation for the 'make' kind. class MakeElement(BuildElement): - pass + # Supports virtual directories (required for remote execution) + BST_VIRTUAL_DIRECTORY = True # Plugin entry point -- cgit v1.2.1