Remove all 'make dist' artifacts

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7692)
This commit is contained in:
Richard Levitte 2018-11-22 21:29:02 +01:00
parent 8c209eeef4
commit 8d9535ec3e
3 changed files with 2 additions and 51 deletions

View file

@ -1,11 +1,3 @@
#! /bin/sh
# $1 is expected to be $TRAVIS_OS_NAME
./Configure dist
if [ "$1" == osx ]; then
make NAME='_srcdist' TARFILE='_srcdist.tar' \
TAR_COMMAND='$(TAR) $(TARFLAGS) -cf -' tar
else
make TARFILE='_srcdist.tar' NAME='_srcdist' dist
fi
./util/mktar.sh --name=_srcdist