diff options
| -rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
| 100 | <para> | 100 | <para> |
| 101 | Configures the source by enabling and disabling any build-time and | 101 | Configures the source by enabling and disabling any build-time and |
| 102 | configuration options for the software being built. | 102 | configuration options for the software being built. |
| 103 | The task runs with the current working directory set to | ||
| 104 | <filename>${</filename><link linkend='var-B'><filename>B</filename></link><filename>}</filename>. | ||
| 105 | </para> | ||
| 106 | |||
| 107 | <para> | ||
| 108 | The default behavior of this task is to run | ||
| 109 | <filename>oe_runmake clean</filename> if a makefile | ||
| 110 | (<filename>Makefile</filename>, <filename>makefile</filename>, | ||
| 111 | or <filename>GNUmakefile</filename>) is found and | ||
| 112 | <link linkend='var-CLEANBROKEN'><filename>CLEANBROKEN</filename></link> | ||
| 113 | is not set to "1". | ||
| 114 | If no such file is found or the <filename>CLEANBROKEN</filename> | ||
| 115 | variable is set to "1", the <filename>do_configure</filename> | ||
| 116 | task does nothing. | ||
| 103 | </para> | 117 | </para> |
| 104 | </section> | 118 | </section> |
| 105 | 119 | ||
