]> granicus.if.org Git - curl/commitdiff
maketgz: add -j to make dist
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2016 09:35:22 +0000 (10:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2016 09:35:22 +0000 (10:35 +0100)
... makes it a lot faster

maketgz

diff --git a/maketgz b/maketgz
index 0607d8ff930ac65ede923e2eec1da0c2a215c286..aede6d0fbd8b15afa3f5e78a5a65c65cceff6178 100755 (executable)
--- a/maketgz
+++ b/maketgz
@@ -138,7 +138,7 @@ git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./script
 
 echo "make dist"
 targz="curl-$version.tar.gz"
-make -s dist VERSION=$version
+make -sj dist VERSION=$version
 
 ############################################################################
 #