summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-06 14:54:27 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-06 14:54:27 -0400
commit17fa7ba4fa673b484dcfccd00ef935f2ccca3976 (patch)
tree1d99b26b4effb91e608945b2e24e85ea20ac613b
parent5ddec56fed3f16fe1a7cf8f15b3384ec478b2bda (diff)
downloadbuildstream-17fa7ba4fa673b484dcfccd00ef935f2ccca3976.tar.gz
make plugin: Ammended documentation to note it's since version.
-rw-r--r--buildstream/plugins/elements/make.py4
1 files changed, 4 insertions, 0 deletions
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 <buildstream.buildelement>` implementation for
using GNU make based build.
+.. note::
+
+ The ``make`` element is available since :ref:`format version 9 <project_format_version>`
+
Here is the default configuration for the ``make`` element in full:
.. literalinclude:: ../../../buildstream/plugins/elements/make.yaml