diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 9b1e8e3a41..97c8a9e1dd 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.