diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 729aa259e0..d0ed539229 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -108,18 +108,18 @@ support is either not present or is broken. | |||
108 | It's useful to have some idea of how the tasks defined by the | 108 | It's useful to have some idea of how the tasks defined by the |
109 | ``autotools*`` classes work and what they do behind the scenes. | 109 | ``autotools*`` classes work and what they do behind the scenes. |
110 | 110 | ||
111 | - :ref:`ref-tasks-configure` - Regenerates the | 111 | - :ref:`ref-tasks-configure` --- regenerates the |
112 | configure script (using ``autoreconf``) and then launches it with a | 112 | configure script (using ``autoreconf``) and then launches it with a |
113 | standard set of arguments used during cross-compilation. You can pass | 113 | standard set of arguments used during cross-compilation. You can pass |
114 | additional parameters to ``configure`` through the :term:`EXTRA_OECONF` | 114 | additional parameters to ``configure`` through the :term:`EXTRA_OECONF` |
115 | or :term:`PACKAGECONFIG_CONFARGS` | 115 | or :term:`PACKAGECONFIG_CONFARGS` |
116 | variables. | 116 | variables. |
117 | 117 | ||
118 | - :ref:`ref-tasks-compile` - Runs ``make`` with | 118 | - :ref:`ref-tasks-compile` --- runs ``make`` with |
119 | arguments that specify the compiler and linker. You can pass | 119 | arguments that specify the compiler and linker. You can pass |
120 | additional arguments through the :term:`EXTRA_OEMAKE` variable. | 120 | additional arguments through the :term:`EXTRA_OEMAKE` variable. |
121 | 121 | ||
122 | - :ref:`ref-tasks-install` - Runs ``make install`` and | 122 | - :ref:`ref-tasks-install` --- runs ``make install`` and |
123 | passes in ``${``\ :term:`D`\ ``}`` as ``DESTDIR``. | 123 | passes in ``${``\ :term:`D`\ ``}`` as ``DESTDIR``. |
124 | 124 | ||
125 | .. _ref-classes-base: | 125 | .. _ref-classes-base: |