aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-17 14:04:18 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-18 15:16:30 +0200
commit34a5b7d727204eb990acd44899d457245ac94d7c (patch)
treeeac81ae958c3cd652b29905c5ec27baa323296d2
parentfdf9450f4266971035ca5f87c46c3826b49b5757 (diff)
downloadopenssl-34a5b7d727204eb990acd44899d457245ac94d7c.tar.gz
Turn on error sensitivity in the "tar" target
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4179)
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 0603b4144d..a49e06c91a 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -682,6 +682,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; \