]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: stop earlier if touching ChangeLog fails
authorJim Meyering <meyering@redhat.com>
Wed, 26 Aug 2009 16:20:55 +0000 (18:20 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 26 Aug 2009 16:21:12 +0000 (18:21 +0200)
* bootstrap.conf: Exit right away if touching ChangeLog fails.
Otherwise, the touch failure message is buried under configure output.

bootstrap.conf

index 991e5bd45f72109c729a38f12632f88510fef4b4..7ec4b3b473d40d1f2a48303bec91a2bf9fd1d0f7 100644 (file)
@@ -316,4 +316,4 @@ tar        -
 "
 
 # Automake requires that ChangeLog exist.
-touch ChangeLog
+touch ChangeLog || exit 1