Add a comment on expectations in the "tar" target
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Aug 2017 12:08:43 +0000 (14:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 18 Aug 2017 13:16:31 +0000 (15:16 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4179)

Configurations/unix-Makefile.tmpl

index f56237c5913b6ba139747168ea0ea6a0a4a19f95..fbe7e9a712b6f5a317b948ddb1b2ccb1aefc9327 100644 (file)
@@ -679,6 +679,8 @@ tags TAGS: FORCE
 
 # Release targets (note: only available on Unix) #####################
 
 
 # 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:
 TAR_COMMAND=$(TAR) $(TARFLAGS) --owner 0 --group 0 -cvf -
 PREPARE_CMD=:
 tar: