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 /bootstrap | |
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 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -930,7 +930,8 @@ if test $use_libtool = 1; then esac fi echo "$0: $gnulib_tool $gnulib_tool_options --import ..." -$gnulib_tool $gnulib_tool_options --import $gnulib_modules && +$gnulib_tool $gnulib_tool_options --import $gnulib_modules \ + || die "gnulib-tool failed" for file in $gnulib_files; do symlink_to_dir "$GNULIB_SRCDIR" $file \ |