mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix typo in variable name in gen-locale.sh.
* localedata/gen-locale.sh: Fix typo in variable name.
This commit is contained in:
parent
754034c429
commit
0a9d1d62b3
@ -1,5 +1,7 @@
|
||||
2017-11-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* localedata/gen-locale.sh: Fix typo in variable name.
|
||||
|
||||
* resolv/res_debug.c (p_secstodate): Condition definition on
|
||||
[SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]. Define
|
||||
directly as __p_secstodate, and as a compat symbol. Do not use
|
||||
|
@ -69,7 +69,7 @@ fi
|
||||
# warning. See localedata/Makefile $(INSTALL-SUPPORTED-LOCALES)
|
||||
# for the same logic.
|
||||
if [ "$charmap_real" = 'SHIFT_JIS' ] \
|
||||
|| [ "$charmpa_real" = 'SHIFT_JISX0213' ]; then
|
||||
|| [ "$charmap_real" = 'SHIFT_JISX0213' ]; then
|
||||
flags="$flags --no-warnings=ascii"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user