mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Omit corpora from tarball.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
d4a28f9cf8
commit
a1bce642c9
@ -714,6 +714,7 @@ tar:
|
||||
mkdir -p $$TMPDIR/$$DISTDIR; \
|
||||
(cd $(SRCDIR); \
|
||||
git ls-tree -r --name-only --full-tree HEAD \
|
||||
| grep -v '^fuzz/corpora' \
|
||||
| while read F; do \
|
||||
mkdir -p $$TMPDIR/$$DISTDIR/`dirname $$F`; \
|
||||
cp $$F $$TMPDIR/$$DISTDIR/$$F; \
|
||||
|
Loading…
Reference in New Issue
Block a user