Files
cmake/Help/prop_rule/JOB_SERVER_AWARE.rst
T
2026-09-20 11:43:10 +02:00

16 lines
558 B
ReStructuredText

JOB_SERVER_AWARE
----------------
.. versionadded:: 4.5
``JOB_SERVER_AWARE`` is a boolean specifying that the commands produced by the
instantiation of the rule are GNU Make job server aware.
For the :generator:`Unix Makefiles`, :generator:`MSYS Makefiles`, and
:generator:`MinGW Makefiles` generators this will add the ``+`` prefix to the
recipe line. See the `GNU Make Documentation`_ for more information.
This option is ignored by other generators.
.. _`GNU Make Documentation`: https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html