diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9a47bcd335..bbfa37675f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3877,7 +3877,7 @@ | |||
3877 | <filename>DISTRO_FEATURES_DEFAULT</filename> from a | 3877 | <filename>DISTRO_FEATURES_DEFAULT</filename> from a |
3878 | custom distro configuration file: | 3878 | custom distro configuration file: |
3879 | <literallayout class='monospaced'> | 3879 | <literallayout class='monospaced'> |
3880 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} myfeature" | 3880 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} myfeature" |
3881 | </literallayout> | 3881 | </literallayout> |
3882 | </para> | 3882 | </para> |
3883 | </glossdef> | 3883 | </glossdef> |
@@ -3924,13 +3924,14 @@ | |||
3924 | </glossdef> | 3924 | </glossdef> |
3925 | </glossentry> | 3925 | </glossentry> |
3926 | 3926 | ||
3927 | <!-- | ||
3927 | <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm> | 3928 | <glossentry id='var-DISTRO_FEATURES_LIBC'><glossterm>DISTRO_FEATURES_LIBC</glossterm> |
3928 | <info> | 3929 | <info> |
3929 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." | 3930 | DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." |
3930 | </info> | 3931 | </info> |
3931 | <glossdef> | 3932 | <glossdef> |
3932 | <para role="glossdeffirst"> | 3933 | <para role="glossdeffirst"> |
3933 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 3934 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> |
3934 | A convenience variable that specifies the list of distro | 3935 | A convenience variable that specifies the list of distro |
3935 | features that are specific to the C library | 3936 | features that are specific to the C library |
3936 | (<filename>libc</filename>). | 3937 | (<filename>libc</filename>). |
@@ -3940,6 +3941,7 @@ | |||
3940 | </para> | 3941 | </para> |
3941 | </glossdef> | 3942 | </glossdef> |
3942 | </glossentry> | 3943 | </glossentry> |
3944 | --> | ||
3943 | 3945 | ||
3944 | <glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm> | 3946 | <glossentry id='var-DISTRO_FEATURES_NATIVE'><glossterm>DISTRO_FEATURES_NATIVE</glossterm> |
3945 | <info> | 3947 | <info> |