Generate aclocal-m4-deps.mk more deterministically and portably.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 18 Sep 2018 21:05:47 +0000 (14:05 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 18 Sep 2018 21:05:47 +0000 (14:05 -0700)
commit2afffa7f629da4c07510014098294d1fd141f5c7
tree082a40b144a84c4b58c6bf78fe898a07224b7cb7
parent9f235e09e4d3dc6820e2d667200fe09b3e73b623
Generate aclocal-m4-deps.mk more deterministically and portably.

Sort the list of files generated by find to make the order of the
entries deterministic.  When sorting, use explicit "C" collation.  Use
an explicit tab character instead of '\t' as some sed implementations
treat '\t' as an escaped 't' instead of a tab.

gdb/ChangeLog:

* gnulib/aclocal-m4-deps.mk: New file.
* gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
deterministically.
gdb/ChangeLog
gdb/gnulib/aclocal-m4-deps.mk
gdb/gnulib/update-gnulib.sh
This page took 0.024794 seconds and 4 git commands to generate.