diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 7c563723e8..c1fcbfd750 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -64,19 +64,20 @@ | |||
| 64 | It's useful to have some idea of how the tasks defined by this class work | 64 | It's useful to have some idea of how the tasks defined by this class work |
| 65 | and what they do behind the scenes. | 65 | and what they do behind the scenes. |
| 66 | <itemizedlist> | 66 | <itemizedlist> |
| 67 | <listitem><para><filename>do_configure</filename> ‐ regenerates the | 67 | <listitem><para><filename>do_configure</filename> ‐ Regenerates the |
| 68 | configure script (using <filename>autoreconf</filename>) and then launches it | 68 | configure script (using <filename>autoreconf</filename>) and then launches it |
| 69 | with a standard set of arguments used during cross-compilation. | 69 | with a standard set of arguments used during cross-compilation. |
| 70 | You can pass additional parameters to <filename>configure</filename> through the | 70 | You can pass additional parameters to <filename>configure</filename> through the |
| 71 | <filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable. | 71 | <filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable. |
| 72 | </para></listitem> | 72 | </para></listitem> |
| 73 | <listitem><para><filename>do_compile</filename> ‐ runs <filename>make</filename> with | 73 | <listitem><para><filename>do_compile</filename> ‐ Runs <filename>make</filename> with |
| 74 | arguments that specify the compiler and linker. | 74 | arguments that specify the compiler and linker. |
| 75 | You can pass additional arguments through | 75 | You can pass additional arguments through |
| 76 | the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable. | 76 | the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable. |
| 77 | </para></listitem> | 77 | </para></listitem> |
| 78 | <listitem><para><filename>do_install</filename> ‐ runs <filename>make install</filename> | 78 | <listitem><para><filename>do_install</filename> ‐ Runs <filename>make install</filename> |
| 79 | and passes a DESTDIR option, which takes its value from the standard | 79 | and passes a destination directory option, which takes its value |
| 80 | from the standard | ||
| 80 | <filename><link linkend='var-DESTDIR'>DESTDIR</link></filename> variable. | 81 | <filename><link linkend='var-DESTDIR'>DESTDIR</link></filename> variable. |
| 81 | </para></listitem> | 82 | </para></listitem> |
| 82 | </itemizedlist> | 83 | </itemizedlist> |
