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:
f612bdb
)
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 10:24:24 +0000
(11:24 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit
474a53b3a36568d19d7b918ee879efd2707e7c67
)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 308a6e624b2d14c741808cd463a0637ac5f926b8..b0e0f3d2db2880d1e01c8990cefeddb37c51c1f6 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