diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-02-11 02:09:06 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-02-11 03:58:55 +0000 |
commit | 7577d1582b583d92c3452ee876e80ed30e58c934 (patch) | |
tree | 07bd0537ca38906a0511756931ebe0009fd1b98e /doc/.gitignore | |
parent | f2e499db3908d4e1ef46509fe85e03784ccc2b30 (diff) | |
download | coreutils-7577d1582b583d92c3452ee876e80ed30e58c934.tar.xz |
build: update to latest gnulib
This includes a change to require --with-libmount
to be used with configure, due to the many libmount dependencies.
* bootstrap: Sync with gnulib to exit early on gnulib-tool error.
* gl/lib/tempname.c.diff: Adjust for gnulib changes.
* gl/lib/tempname.h.diff: Likewise.
* gl/modules/tempname: Likewise.
* doc/.gitignore: Add new gendocs_template_min gnulib script.
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index e63c20240..9d0c62163 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -21,3 +21,4 @@ /stamp-vti /version.texi /.dirstamp +/gendocs_template_min |