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:
e780ed0
)
Fix tarball production to keep test/bctest and util/pod2mantest
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 Dec 2015 02:53:06 +0000
(
03:53
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 Dec 2015 02:54:56 +0000
(
03:54
+0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index d2deca526bfc9144036d539a9ca60597d210204a..76fdbdf6ac5c2a015a387e6671e4bc532ab188b9 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-506,7
+506,8
@@
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
$(TARFILE).list:
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
- \! -name '*test' \! -name '.#*' \! -name '*~' \! -type l \
+ \( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
+ \! -name '.#*' \! -name '*~' \! -type l \
| sort > $(TARFILE).list
tar: $(TARFILE).list