diff options
Diffstat (limited to 'mingw-w64-build')
-rw-r--r-- | mingw-w64-build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index b311cf2..5758577 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" @@ -262,4 +262,4 @@ for arch in $@; do done rm -fr "$wd/bld" "$wd/src" -exit 0
\ No newline at end of file +exit 0 |