Skip to content

Commit

Permalink
Turn on error sensitivity in the "tar" target
Browse files Browse the repository at this point in the history
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from #4179)
  • Loading branch information
levitte committed Aug 18, 2017
1 parent fdf9450 commit 34a5b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configurations/unix-Makefile.tmpl
Expand Up @@ -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; \
Expand Down

0 comments on commit 34a5b7d

Please sign in to comment.