When building a tarball, avoid trying to copy submodules
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Aug 2017 07:38:02 +0000 (09:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Aug 2017 09:44:02 +0000 (11:44 +0200)
commit5b7b0115256c4d0be0f92468df14bdf1c57634a5
tree71cd9076054ad8ba8620fba77bc8feeadcb3a41c
parent296cbb57776054f0725e004ff51d0f9b50eb1d80
When building a tarball, avoid trying to copy submodules

submodules are directories that we don't want in our tarballs, so
avoid them.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4178)
Configurations/unix-Makefile.tmpl