mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
maketgz: add -j to make dist
... makes it a lot faster
This commit is contained in:
parent
22b21bc40e
commit
1d7df9ed7a
2
maketgz
2
maketgz
@ -138,7 +138,7 @@ git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./script
|
|||||||
|
|
||||||
echo "make dist"
|
echo "make dist"
|
||||||
targz="curl-$version.tar.gz"
|
targz="curl-$version.tar.gz"
|
||||||
make -s dist VERSION=$version
|
make -sj dist VERSION=$version
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user