aboutsummaryrefslogtreecommitdiff
path: root/lib/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make.sh')
-rwxr-xr-xlib/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make.sh b/lib/make.sh
index cce831d5..923fe5c0 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -349,7 +349,7 @@ build()
# cross-build we only checkout/fetch if this is stage1
if test x"${target}" = x"${build}" \
-o x"${target}" != x"${build}" -a x"$2" != x"stage2"; then
- if test `echo ${gitinfo} | egrep -c "^bzr|^svn|^git|^ssh|^lp|^http|^git|\.git"` -gt 0; then
+ if test `echo ${gitinfo} | egrep -c "^git|^ssh|^http|^git|\.git"` -gt 0; then
# Don't update the compiler sources between stage1 and stage2 builds if this
# is a cross build.
notice "Checking out ${tag}${2:+ $2}"