From: Richard Levitte Date: Mon, 14 Dec 2015 02:53:06 +0000 (+0100) Subject: Fix tarball production to keep test/bctest and util/pod2mantest X-Git-Tag: OpenSSL_1_0_1r~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36be5f77d0325ded25d0a36caee9860cffe721e8;p=oweals%2Fopenssl.git Fix tarball production to keep test/bctest and util/pod2mantest Reviewed-by: Matt Caswell (cherry picked from commit 474a53b3a36568d19d7b918ee879efd2707e7c67) --- diff --git a/Makefile.org b/Makefile.org index 308a6e624b..b0e0f3d2db 100644 --- a/Makefile.org +++ b/Makefile.org @@ -506,7 +506,8 @@ 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 '*~' \! -type l \ + \( \! -name '*test' -o -name bctest -o -name pod2mantest \) \ + \! -name '.#*' \! -name '*~' \! -type l \ | sort > $(TARFILE).list tar: $(TARFILE).list