提交 77a9c26e 编写于 作者: R Richard Levitte

Add a comment on expectations in the "tar" target

Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4179)
上级 17c84aa7
...@@ -679,6 +679,8 @@ tags TAGS: FORCE ...@@ -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 - TAR_COMMAND=$(TAR) $(TARFLAGS) --owner 0 --group 0 -cvf -
PREPARE_CMD=: PREPARE_CMD=:
tar: tar:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册