From 17fa7ba4fa673b484dcfccd00ef935f2ccca3976 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 6 Jun 2018 14:54:27 -0400 Subject: make plugin: Ammended documentation to note it's since version. --- buildstream/plugins/elements/make.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildstream/plugins/elements/make.py b/buildstream/plugins/elements/make.py index a6ba8576b..37024926c 100644 --- a/buildstream/plugins/elements/make.py +++ b/buildstream/plugins/elements/make.py @@ -23,6 +23,10 @@ This is a :mod:`BuildElement ` implementation for using GNU make based build. +.. note:: + + The ``make`` element is available since :ref:`format version 9 ` + Here is the default configuration for the ``make`` element in full: .. literalinclude:: ../../../buildstream/plugins/elements/make.yaml -- cgit v1.2.1