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:
475fc3d
)
Do not add symlinks in the source release
author
Richard Levitte
<levitte@openssl.org>
Mon, 7 Dec 2015 14:56:27 +0000
(15:56 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 7 Dec 2015 15:12:22 +0000
(16:12 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 1636db860fd1db36c3689af0c1f97b947aea5353..0ecb897cb96883ccc55179050d55fd34b3d6a6a5 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-500,7
+500,7
@@
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 '*~' \
+ \! -name '*test' \! -name '.#*' \! -name '*~' \
! -xtype l \
| sort > $(TARFILE).list
tar: $(TARFILE).list