Skip to content

Commit

Permalink
Add a comment on expectations 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 17c84aa commit 77a9c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configurations/unix-Makefile.tmpl
Expand Up @@ -679,6 +679,8 @@ tags TAGS: FORCE

# Release targets (note: only available on Unix) #####################

# If your tar command doesn't support --owner and --group, make sure to
# use one that does, for example GNU tar
TAR_COMMAND=$(TAR) $(TARFLAGS) --owner 0 --group 0 -cvf -
PREPARE_CMD=:
tar:
Expand Down

0 comments on commit 77a9c26

Please sign in to comment.