diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e265aa94bd..6e6eb22d86 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1001,19 +1001,21 @@ mechanism generates recipe variants by rewriting variable values and applying overrides such as _class-native. - For example, to generate a native version of a recipe - named "foo", a + For example, to generate a native version of a recipe, + a DEPENDS on "foo" is rewritten to a DEPENDS on "foo-native". - No reparsing, which adds some limitations, of the - recipe is done for each variant. - For example, it is not possible to "include" a - different file depending on the variant, since - "include's" are processed when the recipe is parsed. + Even when using BBCLASSEXTEND, the + recipe is only parsed once. + Parsing once adds some limitations. + For example, it is not possible to + include a different file depending on the variant, + since include statements are + processed when the recipe is parsed.