projects
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Shut find up about files not found
[openssl.git]
/
.travis-create-release.sh
1
#! /bin/sh
2
3
# $1 is expected to be $TRAVIS_OS_NAME
4
5
./Configure dist
6
if [ "$1" == osx ]; then
7
make NAME='_srcdist' TARFILE='_srcdist.tar' \
8
TAR_COMMAND='$(TAR) $(TARFLAGS) -cvf -' tar
9
else
10
make TARFILE='_srcdist.tar' NAME='_srcdist' dist
11
fi