summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-11-14 16:58:31 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-11-20 06:28:42 +0100
commit336089123f10579fef4bbf1f2f8d3423e752bf3a (patch)
tree5c584d1b394526296ea12e6267e23badc2869ff4
parent593724366f714e6c0316c51716cc507309ea9030 (diff)
downloadbison-336089123f10579fef4bbf1f2f8d3423e752bf3a.tar.gz
gnulib: update
* Makefile.am (gitsort): New. Use it.
-rw-r--r--Makefile.am6
-rw-r--r--build-aux/.gitignore10
-rw-r--r--doc/.gitignore6
m---------gnulib0
-rw-r--r--gnulib-po/.gitignore2
-rw-r--r--lib/.gitignore4
-rw-r--r--m4/.gitignore3
-rw-r--r--po/.gitignore2
-rw-r--r--runtime-po/.gitignore2
9 files changed, 24 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 7db4fe11..e0aa88af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 371b46e3..45b851b3 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,6 +1,7 @@
/announce-gen
/compile
/config.guess
+/config.libpath
/config.rpath
/config.rpath~
/config.sub
@@ -11,20 +12,19 @@
/gitlog-to-changelog
/gnu-web-doc-update
/gnupload
+/install-reloc
/install-sh
/javacomp.sh.in
/javaexec.sh.in
+/libtool-reloc
/mdate-sh
/missing
/prefix-gnulib-mk
+/reloc-ldflags
+/relocatable.sh.in
/test-driver
/texinfo.tex
/update-copyright
/useless-if-before-free
/vc-list-files
/ylwrap
-/config.libpath
-/install-reloc
-/reloc-ldflags
-/relocatable.sh.in
-/libtool-reloc
diff --git a/doc/.gitignore b/doc/.gitignore
index 9b649bd7..95bb83a6 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -22,15 +22,15 @@
/bison.ps
/cross-options.texi
/fdl.texi
+/figs/*.eps
+/figs/*.svg
/gendocs_template
/gendocs_template_min
/gpl-3.0.texi
/refcard.dvi
/refcard.log
/refcard.ps
+/relocatable.texi
/stamp-vti
/version.texi
/yacc.1
-/relocatable.texi
-/figs/*.eps
-/figs/*.svg
diff --git a/gnulib b/gnulib
-Subproject 839ed059f49329993ed34699a6f6b6466f09cbe
+Subproject 9351b4033bbf0bb1df3d3412376fefe785168c2
diff --git a/gnulib-po/.gitignore b/gnulib-po/.gitignore
index cfc52a8d..36794910 100644
--- a/gnulib-po/.gitignore
+++ b/gnulib-po/.gitignore
@@ -1,4 +1,3 @@
-/remove-potcdate.sin~
/*.gmo
/*.po
/LINGUAS
@@ -18,4 +17,5 @@
/quot.sed
/remove-potcdate.sed
/remove-potcdate.sin
+/remove-potcdate.sin~
/stamp-po
diff --git a/lib/.gitignore b/lib/.gitignore
index 37e857dd..b927d8e0 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -80,6 +80,9 @@
/fd-hook.h
/fd-safer-flag.c
/fd-safer.c
+/ffs.c
+/ffsl.c
+/ffsl.h
/filename.h
/float+.h
/float.c
@@ -324,6 +327,7 @@
/strerror_r.c
/string.h
/string.in.h
+/strings.in.h
/stripslash.c
/strndup.c
/strnlen.c
diff --git a/m4/.gitignore b/m4/.gitignore
index f8e06389..daec4155 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -30,6 +30,8 @@
/fcntl-o.m4
/fcntl.m4
/fcntl_h.m4
+/ffs.m4
+/ffsl.m4
/float_h.m4
/fopen.m4
/fpending.m4
@@ -183,6 +185,7 @@
/strerror.m4
/strerror_r.m4
/string_h.m4
+/strings_h.m4
/strndup.m4
/strnlen.m4
/strverscmp.m4
diff --git a/po/.gitignore b/po/.gitignore
index e2218710..532c3d09 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,6 +1,6 @@
-/*~
/*.gmo
/*.po
+/*~
/.reference
/LINGUAS
/Makefile
diff --git a/runtime-po/.gitignore b/runtime-po/.gitignore
index 3aea337f..6ec53e98 100644
--- a/runtime-po/.gitignore
+++ b/runtime-po/.gitignore
@@ -1,6 +1,6 @@
-/*~
/*.gmo
/*.po
+/*~
/.reference
/LINGUAS
/Makefile