diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst index f54d4ba729..d3de264650 100644 --- a/documentation/migration-guides/migration-1.6.rst +++ b/documentation/migration-guides/migration-1.6.rst | |||
@@ -233,9 +233,9 @@ Separate build and source directories have been enabled by default for | |||
233 | selected recipes where it is known to work and for all | 233 | selected recipes where it is known to work and for all |
234 | recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In | 234 | recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In |
235 | future releases the :ref:`autotools <ref-classes-autotools>` class | 235 | future releases the :ref:`autotools <ref-classes-autotools>` class |
236 | will enable a separate build directory by default as well. Recipes | 236 | will enable a separate :term:`Build Directory` by default as well. Recipes |
237 | building Autotools-based software that fails to build with a separate | 237 | building Autotools-based software that fails to build with a separate |
238 | build directory should be changed to inherit from the | 238 | :term:`Build Directory` should be changed to inherit from the |
239 | :ref:`autotools-brokensep <ref-classes-autotools>` class instead of | 239 | :ref:`autotools-brokensep <ref-classes-autotools>` class instead of |
240 | the ``autotools`` or ``autotools_stage``\ classes. | 240 | the ``autotools`` or ``autotools_stage``\ classes. |
241 | 241 | ||