summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-29 15:05:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-18 23:50:45 +0100
commit31b06fe3531d9404e7a76e67e9cadf343930df37 (patch)
tree253df3fb91ffc2186fc00283eab91283a61e197f /documentation/ref-manual/ref-tasks.xml
parent85ce753de66ea267a5a0e572f0e06464ff8252f6 (diff)
downloadpoky-31b06fe3531d9404e7a76e67e9cadf343930df37.tar.gz
ref-manual: Updated the do_compile task section.
Fixes [YOCTO #9964] There was a small fix to change oe_runmake task to oe_runmake function. (From yocto-docs rev: aa049c9165c67e041c84fab9fabfbe98828c79bb) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r--documentation/ref-manual/ref-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 37dd0cfd60..d6f0051f16 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -47,7 +47,7 @@
47 47
48 <para> 48 <para>
49 The default behavior of this task is to run the 49 The default behavior of this task is to run the
50 <filename>oe_runmake</filename> task if a makefile 50 <filename>oe_runmake</filename> function if a makefile
51 (<filename>Makefile</filename>, <filename>makefile</filename>, 51 (<filename>Makefile</filename>, <filename>makefile</filename>,
52 or <filename>GNUmakefile</filename>) is found. 52 or <filename>GNUmakefile</filename>) is found.
53 If no such file is found, the <filename>do_compile</filename> 53 If no such file is found, the <filename>do_compile</filename>