diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3889473b6e..880badda73 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -116,19 +116,19 @@ | |||
116 | It's useful to have some idea of how the tasks defined by this class work | 116 | It's useful to have some idea of how the tasks defined by this class work |
117 | and what they do behind the scenes. | 117 | and what they do behind the scenes. |
118 | <itemizedlist> | 118 | <itemizedlist> |
119 | <listitem><para><link linkend='ref-tasks-configure'><filename>do_configure</filename></link> ‐ | 119 | <listitem><para><link linkend='ref-tasks-configure'><filename>do_configure</filename></link> - |
120 | Regenerates the | 120 | Regenerates the |
121 | configure script (using <filename>autoreconf</filename>) and then launches it | 121 | configure script (using <filename>autoreconf</filename>) and then launches it |
122 | with a standard set of arguments used during cross-compilation. | 122 | with a standard set of arguments used during cross-compilation. |
123 | You can pass additional parameters to <filename>configure</filename> through the | 123 | You can pass additional parameters to <filename>configure</filename> through the |
124 | <filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable. | 124 | <filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable. |
125 | </para></listitem> | 125 | </para></listitem> |
126 | <listitem><para><link linkend='ref-tasks-compile'><filename>do_compile</filename></link> ‐ Runs <filename>make</filename> with | 126 | <listitem><para><link linkend='ref-tasks-compile'><filename>do_compile</filename></link> - Runs <filename>make</filename> with |
127 | arguments that specify the compiler and linker. | 127 | arguments that specify the compiler and linker. |
128 | You can pass additional arguments through | 128 | You can pass additional arguments through |
129 | the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable. | 129 | the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable. |
130 | </para></listitem> | 130 | </para></listitem> |
131 | <listitem><para><link linkend='ref-tasks-install'><filename>do_install</filename></link> ‐ Runs <filename>make install</filename> | 131 | <listitem><para><link linkend='ref-tasks-install'><filename>do_install</filename></link> - Runs <filename>make install</filename> |
132 | and passes in | 132 | and passes in |
133 | <filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename> | 133 | <filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename> |
134 | as <filename>DESTDIR</filename>. | 134 | as <filename>DESTDIR</filename>. |