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:
b12fd50
)
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:21:49 +0000
(16:21 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
451a5bdf0386d7acf091c3e3b39107e5ed8be25d
)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index a30a3796eeb9134908fb392279b5594d275a4723..acc86ef8dd5d87fe38c1f7639b777ea1dfb0be8b 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-506,7
+506,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