projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c84aa
)
Add a comment on expectations in the "tar" target
author
Richard Levitte
<levitte@openssl.org>
Thu, 17 Aug 2017 12:08:43 +0000
(14:08 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index f56237c5913b6ba139747168ea0ea6a0a4a19f95..fbe7e9a712b6f5a317b948ddb1b2ccb1aefc9327 100644
(file)
--- 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: