From: Pádraig Brady
Date: Tue, 3 Feb 2015 03:55:48 +0000 (+0000) Subject: bootstrap: exit immediately upon gnulib-tool failure X-Git-Tag: v1.0~7171 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dd929bcb997454ce32b5b3e834e29b7ac6e2cac7;p=gnulib.git bootstrap: exit immediately upon gnulib-tool failure * build-aux/bootstrap: Exit immediately if gnulib-tool fails. This was noticed when gnulib-tool exited early due to failure to apply a patch in coreutils at http://hydra.nixos.org/eval/1172233, but various confusing errors were then given as the build proceeded. --- diff --git a/ChangeLog b/ChangeLog index 7fdb00a6f4..103fd49635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-02-03 Pádraig Brady
+
+ bootstrap: exit immediately upon gnulib-tool failure
+ * build-aux/bootstrap: Exit immediately if gnulib-tool fails.
+ This was noticed when gnulib-tool exited early due to failure
+ to apply a patch in coreutils at http://hydra.nixos.org/eval/1172233,
+ but various confusing errors were then given as the build proceeded.
+
2015-02-02 Andreas Gruenbacher