mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
16 lines
558 B
ReStructuredText
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
|