From: Scott Rifenbark Date: Mon, 18 Jul 2016 18:58:52 +0000 (-0700) Subject: ref-manual: Updated the do_configure task. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=781bff802b3d61214e33ac4026aedb9e113edeb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the do_configure task. Added more detail for this task. Fixes [YOCTO #9965] (From yocto-docs rev: e50207488b8262bb46e58c4b9f40e487c15abc67) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 9b1e8e3a411..97c8a9e1dd0 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -100,6 +100,20 @@ Configures the source by enabling and disabling any build-time and configuration options for the software being built. + The task runs with the current working directory set to + ${B}. + + + + The default behavior of this task is to run + oe_runmake clean if a makefile + (Makefile, makefile, + or GNUmakefile) is found and + CLEANBROKEN + is not set to "1". + If no such file is found or the CLEANBROKEN + variable is set to "1", the do_configure + task does nothing.