From: Richard Levitte Date: Thu, 17 Aug 2017 12:04:18 +0000 (+0200) Subject: Turn on error sensitivity in the "tar" target X-Git-Tag: OpenSSL_1_1_0g~96 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a50c4aa6d7b02c1e5703da61d0c9302f8a7f0e45;p=oweals%2Fopenssl.git Turn on error sensitivity in the "tar" target Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4179) (cherry picked from commit 34a5b7d727204eb990acd44899d457245ac94d7c) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index e0853b1a6f..dca2b04305 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -652,6 +652,7 @@ tags TAGS: FORCE TAR_COMMAND=$(TAR) $(TARFLAGS) --owner 0 --group 0 -cvf - PREPARE_CMD=: tar: + set -e; \ TMPDIR=/var/tmp/openssl-copy.$$$$; \ DISTDIR=$(NAME); \ mkdir -p $$TMPDIR/$$DISTDIR; \