gnulib: update

* Makefile.am (gitsort): New.
Use it.
This commit is contained in:
Akim Demaille
2020-11-14 16:58:31 +01:00
parent 593724366f
commit 336089123f
9 changed files with 25 additions and 12 deletions

View File

@@ -76,6 +76,12 @@ include tests/local.mk
clean-local:
rm -rf $(CLEANDIRS)
.PHONY: gitsort
gitsort:
cd $(srcdir) && for i in $$(git ls-files '*.gitignore'); do \
LC_ALL=C sort $$i -o $$i; \
done
# See comments in build-aux/git-version-gen. However, we make .version depend
# on configure so that .version and VERSION/PACKAGE_VERSION stay in sync in the
# working copy (for example, when you run autoreconf && make). Allowing these