The branch OpenSSL_1_0_1-stable has been updated
       via  36be5f77d0325ded25d0a36caee9860cffe721e8 (commit)
      from  f612bdb34252c3eae4808dd3e1360d0f0a3666bc (commit)


- Log -----------------------------------------------------------------
commit 36be5f77d0325ded25d0a36caee9860cffe721e8
Author: Richard Levitte <[email protected]>
Date:   Mon Dec 14 03:53:06 2015 +0100

    Fix tarball production to keep test/bctest and util/pod2mantest
    
    Reviewed-by: Matt Caswell <[email protected]>
    (cherry picked from commit 474a53b3a36568d19d7b918ee879efd2707e7c67)

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.org b/Makefile.org
index 308a6e6..b0e0f3d 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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to