diff options
author | Zeranoe <zeranoe@gmail.com> | 2017-12-16 19:46:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-16 19:46:48 -0500 |
commit | 271a440f0fdad05823347f62255c36abd5e8ba3b (patch) | |
tree | 7963f0abf44dd9ca64fc3cddcc07f25a559e8f65 | |
parent | cc317cc693eee2e216f9264fbd84f4e0af6b9070 (diff) | |
parent | 0a2b2f5cf4d1b2a87c07cd2ad73219143bac6e3a (diff) |
Merge pull request #3 from steazzalini/patch-2
Clone mingw-w64 using --depth 1
-rw-r--r-- | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index edf0f69..7a0e8b0 100644 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -82,7 +82,7 @@ download_sources() cd "$src" || error_exit echo "downloading mingw-w64-git" >&3 - git clone git://git.code.sf.net/p/mingw-w64/mingw-w64 "mingw-w64-git" || error_exit + git clone --depth 1 git://git.code.sf.net/p/mingw-w64/mingw-w64 "mingw-w64-git" || error_exit local urls=( "http://ftp.gnu.org/gnu/binutils/binutils-$v_binutils.tar.bz2" |