The branch OpenSSL_1_0_2-stable has been updated
       via  474a53b3a36568d19d7b918ee879efd2707e7c67 (commit)
      from  e780ed033659cb1269a49c8952517559cbd76558 (commit)


- Log -----------------------------------------------------------------
commit 474a53b3a36568d19d7b918ee879efd2707e7c67
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]>

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

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

diff --git a/Makefile.org b/Makefile.org
index d2deca5..76fdbdf 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