From: Richard Levitte Date: Thu, 17 Aug 2017 12:08:43 +0000 (+0200) Subject: Add a comment on expectations in the "tar" target X-Git-Tag: OpenSSL_1_1_0g~94 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f48e792f1b2178c629fad6b23d15e9ec01535d43;p=oweals%2Fopenssl.git Add a comment on expectations in the "tar" target Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4179) (cherry picked from commit 77a9c26e03ccfec8d16985bce79e95eb6dc2dd2e) --- 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: