diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 12:42:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:57 +0100 |
| commit | 658227f2e30ade23d8a9b3be33e61c1338b697cf (patch) | |
| tree | fbf862f03eed2c7b5845e015e592768dde4017e2 | |
| parent | 66e07441b88749ded42a615f5b8bee90d345a78f (diff) | |
| download | poky-658227f2e30ade23d8a9b3be33e61c1338b697cf.tar.gz | |
ref-manual: Minor edits to "Autotooled Packages - autotools.bbclass".
(From yocto-docs rev: f86dbc7f14bb8679f4b0b760217380d5ca41f9bf)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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> |
