backport: Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the environment.

Backported from mainline
	2017-04-25 Jakub Jelinek <jakub@redhat.com>

	* Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
	environment.

From-SVN: r247513
This commit is contained in:
Jakub Jelinek 2017-05-02 18:12:40 +02:00 committed by Jakub Jelinek
parent 3c19ece144
commit 1f5e8060cd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2017-05-02 Jakub Jelinek <jakub@redhat.com>
Backported from mainline
2017-04-25 Jakub Jelinek <jakub@redhat.com>
* Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
environment.
2017-05-02 Jakub Jelinek <jakub@redhat.com>
* BASE-VER: Set to 7.1.1.

View File

@ -2139,6 +2139,7 @@ s-specs : Makefile
optionlist: s-options ; @true
s-options: $(ALL_OPT_FILES) Makefile $(srcdir)/opt-gather.awk
LC_ALL=C ; export LC_ALL ; \
$(AWK) -f $(srcdir)/opt-gather.awk $(ALL_OPT_FILES) > tmp-optionlist
$(SHELL) $(srcdir)/../move-if-change tmp-optionlist optionlist
$(STAMP) s-options