From: Jim Meyering Date: Wed, 26 Aug 2009 16:20:55 +0000 (+0200) Subject: build: stop earlier if touching ChangeLog fails X-Git-Tag: v7.6~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=847359b11d75df47a611ce9214246af7a62ac5e3;p=thirdparty%2Fcoreutils.git build: stop earlier if touching ChangeLog fails * bootstrap.conf: Exit right away if touching ChangeLog fails. Otherwise, the touch failure message is buried under configure output. --- diff --git a/bootstrap.conf b/bootstrap.conf index 991e5bd45f..7ec4b3b473 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -316,4 +316,4 @@ tar - " # Automake requires that ChangeLog exist. -touch ChangeLog +touch ChangeLog || exit 1