aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-07 15:56:27 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-07 16:12:22 +0100
commit451a5bdf0386d7acf091c3e3b39107e5ed8be25d (patch)
treeb4ccc5d633af86056c4da9b1c9a7cc7eb3410229 /Makefile.org
parent475fc3d8729190fd12b4ff23d6ec488439fb78f9 (diff)
downloadopenssl-451a5bdf0386d7acf091c3e3b39107e5ed8be25d.tar.gz
Do not add symlinks in the source release
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 1636db860f..0ecb897cb9 100644
--- 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