From: Richard Levitte Date: Mon, 7 Dec 2015 14:56:27 +0000 (+0100) Subject: Do not add symlinks in the source release X-Git-Tag: OpenSSL_1_1_0-pre1~121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=451a5bdf0386d7acf091c3e3b39107e5ed8be25d;p=oweals%2Fopenssl.git Do not add symlinks in the source release Reviewed-by: Rich Salz --- 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