diff options
author | Rob Herring <[email protected]> | 2017-12-19 16:14:41 -0600 |
---|---|---|
committer | Rob Herring <[email protected]> | 2018-01-03 09:49:08 -0600 |
commit | 28234c5bf843229f1642964e22f2138b5f5d83d7 (patch) | |
tree | 605d0b0ffc44c5fa69e93ff6b8c27fab9e283e71 /src/util/mesa-sha1.h | |
parent | 74e1d6e20c186bd1bdcb6624e379727c1e18b5a6 (diff) |
Android: util: fix locale generation in options.h
The parameters to gen_xmlpool.py are wrong and cause the following
warnings:
Warning: language 'out/target/product/linaro_x86_64/gen/STATIC_LIBRARIES/libmesa_util_intermediates/xmlpool/es/LC_MESSAGES/options.mo' not found.
Warning: language 'out/target/product/linaro_x86_64/gen/STATIC_LIBRARIES/libmesa_util_intermediates/xmlpool/nl/LC_MESSAGES/options.mo' not found.
Warning: language 'out/target/product/linaro_x86_64/gen/STATIC_LIBRARIES/libmesa_util_intermediates/xmlpool/fr/LC_MESSAGES/options.mo' not found.
Warning: language 'out/target/product/linaro_x86_64/gen/STATIC_LIBRARIES/libmesa_util_intermediates/xmlpool/sv/LC_MESSAGES/options.mo' not found.
Warning: language 'external/mesa3d/src/util/xmlpool/t_options.h' not found.
Warning: language 'out/target/product/linaro_x86_64/gen/STATIC_LIBRARIES/libmesa_util_intermediates/xmlpool' not found.
Warning: language 'de' not found.
Warning: language 'es' not found.
Warning: language 'nl' not found.
Warning: language 'fr' not found.
Warning: language 'sv' not found.
The result is English is the only language in options.h. Use "$<"
instead of "$^" because we only need the first dependency (the script),
not all dependencies.
Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'src/util/mesa-sha1.h')
0 files changed, 0 insertions, 0 deletions