summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r--documentation/ref-manual/ref-tasks.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index d2502362d7..9b1e8e3a41 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -69,9 +69,19 @@
69 <title><filename>do_compile</filename></title> 69 <title><filename>do_compile</filename></title>
70 70
71 <para> 71 <para>
72 Compiles the source in the compilation directory, which is pointed 72 Compiles the source code.
73 to by the 73 This task runs with the current working directory set
74 <link linkend='var-B'><filename>B</filename></link> variable. 74 to
75 <filename>${</filename><link linkend='var-B'><filename>B</filename></link><filename>}</filename>.
76 </para>
77
78 <para>
79 The default behavior of this task is to run the
80 <filename>oe_runmake</filename> task if a makefile
81 (<filename>Makefile</filename>, <filename>makefile</filename>,
82 or <filename>GNUmakefile</filename>) is found.
83 If no such file is found, the <filename>do_compile</filename>
84 task does nothing.
75 </para> 85 </para>
76 </section> 86 </section>
77 87