From 658227f2e30ade23d8a9b3be33e61c1338b697cf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Mar 2013 12:42:58 -0700 Subject: ref-manual: Minor edits to "Autotooled Packages - autotools.bbclass". (From yocto-docs rev: f86dbc7f14bb8679f4b0b760217380d5ca41f9bf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@ It's useful to have some idea of how the tasks defined by this class work and what they do behind the scenes. - do_configure ‐ regenerates the + do_configure ‐ Regenerates the configure script (using autoreconf) and then launches it with a standard set of arguments used during cross-compilation. You can pass additional parameters to configure through the EXTRA_OECONF variable. - do_compile ‐ runs make with + do_compile ‐ Runs make with arguments that specify the compiler and linker. You can pass additional arguments through the EXTRA_OEMAKE variable. - do_install ‐ runs make install - and passes a DESTDIR option, which takes its value from the standard + do_install ‐ Runs make install + and passes a destination directory option, which takes its value + from the standard DESTDIR variable. -- cgit v1.2.3-54-g00ecf