summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/git.sh')
-rw-r--r--include/git.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/git.sh b/include/git.sh
index cac0ceac..9712ed37 100644
--- a/include/git.sh
+++ b/include/git.sh
@@ -61,12 +61,6 @@ git_prep()
done < "$mdir/module.list"; :
fi
- if [ "$project" = "coreboot" ] && [ -n "$xtree" ] && [ $# -gt 2 ] && \
- [ "$xtree" != "$tree" ]; then (
- x_ cd "$tmpgit/util" && x_ rm -Rf crossgcc
- x_ ln -s "../../$xtree/util/crossgcc" crossgcc
- ) || $err "$_loc: !xgcc link"; fi
-
[ "$_loc" != "$XBMK_CACHE/repo/$project" ] && \
[ "$XBMK_RELEASE" = "y" ] && rmgit "$tmpgit"