summaryrefslogtreecommitdiffstats
path: root/Configurations
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:37:15 +0200
commitf48e792f1b2178c629fad6b23d15e9ec01535d43 (patch)
treea23b724b772e64f57f0b3899f3c0de87d36ebfb9 /Configurations
parent70c0b541b940349a0cfdc903f4491aa55f6fda0c (diff)
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) (cherry picked from commit 77a9c26e03ccfec8d16985bce79e95eb6dc2dd2e)
Diffstat (limited to 'Configurations')
-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 e02eaa136b..c420e699a2 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -649,6 +649,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: