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_1-pre1~820 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=77a9c26e03ccfec8d16985bce79e95eb6dc2dd2e;hp=17c84aa763b1d69c5446542bf9b4e2f642c570f2;ds=inline Add a comment on expectations in the "tar" target Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4179) --- 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: