aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-17 14:08:43 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-18 15:16:31 +0200
commit77a9c26e03ccfec8d16985bce79e95eb6dc2dd2e (patch)
tree03f7d651f2b3d5504b996539a4269dff76ae3cda
parent17c84aa763b1d69c5446542bf9b4e2f642c570f2 (diff)
downloadopenssl-77a9c26e03ccfec8d16985bce79e95eb6dc2dd2e.tar.gz
Add a comment on expectations 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.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index f56237c591..fbe7e9a712 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -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: