Remove the -n tar flag from osx dist creation
With the unified build scheme, tar MUST recurse, or the tarball will be empty. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
./Configure dist
|
./Configure dist
|
||||||
if [ "$1" == osx ]; then
|
if [ "$1" == osx ]; then
|
||||||
make NAME='_srcdist' TARFLAGS='-n' TARFILE='_srcdist.tar' \
|
make NAME='_srcdist' TARFILE='_srcdist.tar' \
|
||||||
TAR_COMMAND='$(TAR) $(TARFLAGS) -cvf -' tar
|
TAR_COMMAND='$(TAR) $(TARFLAGS) -cvf -' tar
|
||||||
else
|
else
|
||||||
make TARFILE='_srcdist.tar' NAME='_srcdist' dist
|
make TARFILE='_srcdist.tar' NAME='_srcdist' dist
|
||||||
|
Reference in New Issue
Block a user