From 31b06fe3531d9404e7a76e67e9cadf343930df37 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Jul 2016 15:05:30 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ The default behavior of this task is to run the - oe_runmake task if a makefile + oe_runmake function if a makefile (Makefile, makefile, or GNUmakefile) is found. If no such file is found, the do_compile -- cgit v1.2.3-54-g00ecf