Remove stale reference to the language_list macro

This commit is contained in:
Florian Weimer 2018-02-14 17:05:30 +01:00
parent 7f4ea1188a
commit 5a04553bf2

View File

@ -126,9 +126,9 @@ Source7: nsswitch.conf
Source8: power6emul.c Source8: power6emul.c
Source9: bench.mk Source9: bench.mk
Source10: glibc-bench-compare Source10: glibc-bench-compare
# A copt of localedata/SUPPORTED in the Source0 tarball. The # A copy of localedata/SUPPORTED in the Source0 tarball. The
# SUPPORTED file is used below to generate the list of locale # SUPPORTED file is used below to generate the list of locale
# packages. See the language_list macro definition. # packages, using a Lua snippet.
Source11: SUPPORTED Source11: SUPPORTED
############################################################################## ##############################################################################
@ -764,12 +764,12 @@ touch locale/programs/*-kw.h
# Verify that our copy of localedata/SUPPORTED matches the glibc # Verify that our copy of localedata/SUPPORTED matches the glibc
# version. # version.
# #
# The separate file copy is used by the language_list macro above. # The separate file copy is used by the Lua parser above.
# Patches or new upstream versions may change the list of locales, # Patches or new upstream versions may change the list of locales,
# which changes the set of langpacks we need to build. Verify the # which changes the set of langpacks we need to build. Verify the
# differences then update the copy of SUPPORTED. This approach has # differences then update the copy of SUPPORTED. This approach has
# two purposes: (a) avoid spurious changes to the set of langpacks, # two purposes: (a) avoid spurious changes to the set of langpacks,
# and (b) the language_list macro can use a fully patched-up version # and (b) the Lua snippet can use a fully patched-up version
# of the localedata/SUPPORTED file. # of the localedata/SUPPORTED file.
diff -u %{SOURCE11} localedata/SUPPORTED diff -u %{SOURCE11} localedata/SUPPORTED