mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
gnulib: update
* Makefile.am (gitsort): New. Use it.
This commit is contained in:
@@ -76,6 +76,12 @@ include tests/local.mk
|
|||||||
clean-local:
|
clean-local:
|
||||||
rm -rf $(CLEANDIRS)
|
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
|
# 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
|
# 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
|
# working copy (for example, when you run autoreconf && make). Allowing these
|
||||||
|
|||||||
10
build-aux/.gitignore
vendored
10
build-aux/.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
/announce-gen
|
/announce-gen
|
||||||
/compile
|
/compile
|
||||||
/config.guess
|
/config.guess
|
||||||
|
/config.libpath
|
||||||
/config.rpath
|
/config.rpath
|
||||||
/config.rpath~
|
/config.rpath~
|
||||||
/config.sub
|
/config.sub
|
||||||
@@ -11,20 +12,19 @@
|
|||||||
/gitlog-to-changelog
|
/gitlog-to-changelog
|
||||||
/gnu-web-doc-update
|
/gnu-web-doc-update
|
||||||
/gnupload
|
/gnupload
|
||||||
|
/install-reloc
|
||||||
/install-sh
|
/install-sh
|
||||||
/javacomp.sh.in
|
/javacomp.sh.in
|
||||||
/javaexec.sh.in
|
/javaexec.sh.in
|
||||||
|
/libtool-reloc
|
||||||
/mdate-sh
|
/mdate-sh
|
||||||
/missing
|
/missing
|
||||||
/prefix-gnulib-mk
|
/prefix-gnulib-mk
|
||||||
|
/reloc-ldflags
|
||||||
|
/relocatable.sh.in
|
||||||
/test-driver
|
/test-driver
|
||||||
/texinfo.tex
|
/texinfo.tex
|
||||||
/update-copyright
|
/update-copyright
|
||||||
/useless-if-before-free
|
/useless-if-before-free
|
||||||
/vc-list-files
|
/vc-list-files
|
||||||
/ylwrap
|
/ylwrap
|
||||||
/config.libpath
|
|
||||||
/install-reloc
|
|
||||||
/reloc-ldflags
|
|
||||||
/relocatable.sh.in
|
|
||||||
/libtool-reloc
|
|
||||||
|
|||||||
6
doc/.gitignore
vendored
6
doc/.gitignore
vendored
@@ -22,15 +22,15 @@
|
|||||||
/bison.ps
|
/bison.ps
|
||||||
/cross-options.texi
|
/cross-options.texi
|
||||||
/fdl.texi
|
/fdl.texi
|
||||||
|
/figs/*.eps
|
||||||
|
/figs/*.svg
|
||||||
/gendocs_template
|
/gendocs_template
|
||||||
/gendocs_template_min
|
/gendocs_template_min
|
||||||
/gpl-3.0.texi
|
/gpl-3.0.texi
|
||||||
/refcard.dvi
|
/refcard.dvi
|
||||||
/refcard.log
|
/refcard.log
|
||||||
/refcard.ps
|
/refcard.ps
|
||||||
|
/relocatable.texi
|
||||||
/stamp-vti
|
/stamp-vti
|
||||||
/version.texi
|
/version.texi
|
||||||
/yacc.1
|
/yacc.1
|
||||||
/relocatable.texi
|
|
||||||
/figs/*.eps
|
|
||||||
/figs/*.svg
|
|
||||||
|
|||||||
2
gnulib
2
gnulib
Submodule gnulib updated: 839ed059f4...9351b4033b
2
gnulib-po/.gitignore
vendored
2
gnulib-po/.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
/remove-potcdate.sin~
|
|
||||||
/*.gmo
|
/*.gmo
|
||||||
/*.po
|
/*.po
|
||||||
/LINGUAS
|
/LINGUAS
|
||||||
@@ -18,4 +17,5 @@
|
|||||||
/quot.sed
|
/quot.sed
|
||||||
/remove-potcdate.sed
|
/remove-potcdate.sed
|
||||||
/remove-potcdate.sin
|
/remove-potcdate.sin
|
||||||
|
/remove-potcdate.sin~
|
||||||
/stamp-po
|
/stamp-po
|
||||||
|
|||||||
4
lib/.gitignore
vendored
4
lib/.gitignore
vendored
@@ -80,6 +80,9 @@
|
|||||||
/fd-hook.h
|
/fd-hook.h
|
||||||
/fd-safer-flag.c
|
/fd-safer-flag.c
|
||||||
/fd-safer.c
|
/fd-safer.c
|
||||||
|
/ffs.c
|
||||||
|
/ffsl.c
|
||||||
|
/ffsl.h
|
||||||
/filename.h
|
/filename.h
|
||||||
/float+.h
|
/float+.h
|
||||||
/float.c
|
/float.c
|
||||||
@@ -324,6 +327,7 @@
|
|||||||
/strerror_r.c
|
/strerror_r.c
|
||||||
/string.h
|
/string.h
|
||||||
/string.in.h
|
/string.in.h
|
||||||
|
/strings.in.h
|
||||||
/stripslash.c
|
/stripslash.c
|
||||||
/strndup.c
|
/strndup.c
|
||||||
/strnlen.c
|
/strnlen.c
|
||||||
|
|||||||
3
m4/.gitignore
vendored
3
m4/.gitignore
vendored
@@ -30,6 +30,8 @@
|
|||||||
/fcntl-o.m4
|
/fcntl-o.m4
|
||||||
/fcntl.m4
|
/fcntl.m4
|
||||||
/fcntl_h.m4
|
/fcntl_h.m4
|
||||||
|
/ffs.m4
|
||||||
|
/ffsl.m4
|
||||||
/float_h.m4
|
/float_h.m4
|
||||||
/fopen.m4
|
/fopen.m4
|
||||||
/fpending.m4
|
/fpending.m4
|
||||||
@@ -183,6 +185,7 @@
|
|||||||
/strerror.m4
|
/strerror.m4
|
||||||
/strerror_r.m4
|
/strerror_r.m4
|
||||||
/string_h.m4
|
/string_h.m4
|
||||||
|
/strings_h.m4
|
||||||
/strndup.m4
|
/strndup.m4
|
||||||
/strnlen.m4
|
/strnlen.m4
|
||||||
/strverscmp.m4
|
/strverscmp.m4
|
||||||
|
|||||||
2
po/.gitignore
vendored
2
po/.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
/*~
|
|
||||||
/*.gmo
|
/*.gmo
|
||||||
/*.po
|
/*.po
|
||||||
|
/*~
|
||||||
/.reference
|
/.reference
|
||||||
/LINGUAS
|
/LINGUAS
|
||||||
/Makefile
|
/Makefile
|
||||||
|
|||||||
2
runtime-po/.gitignore
vendored
2
runtime-po/.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
/*~
|
|
||||||
/*.gmo
|
/*.gmo
|
||||||
/*.po
|
/*.po
|
||||||
|
/*~
|
||||||
/.reference
|
/.reference
|
||||||
/LINGUAS
|
/LINGUAS
|
||||||
/Makefile
|
/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user