mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Do not add symlinks in the source release
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
475fc3d872
commit
451a5bdf03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user