mirror of https://github.com/openssl/openssl.git
Makefile.org: prevent .bak files to become part of the tarball
Fixes #7903 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7910)
This commit is contained in:
parent
ab061e75b7
commit
668d643eab
|
@ -519,7 +519,7 @@ $(TARFILE).list:
|
||||||
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
|
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
|
||||||
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
|
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
|
||||||
\( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
|
\( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
|
||||||
\! -name '.#*' \! -name '*~' \! -type l \
|
\! -name '.#*' \! -name '*.bak' \! -name '*~' \! -type l \
|
||||||
| sort > $(TARFILE).list
|
| sort > $(TARFILE).list
|
||||||
|
|
||||||
tar: $(TARFILE).list
|
tar: $(TARFILE).list
|
||||||
|
|
Loading…
Reference in New Issue