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:
parent
8c209eeef4
commit
8d9535ec3e
3 changed files with 2 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue