summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
blob: d51583c7aed907a64d047499bd0787e8d845a5df (plain)
1
2
3
4
5
6
7
8
# Git clone what we need.
fetch_git cbb-gcc-${GCC_VERSION}	"${GITROOT}/cbb/cbb-gcc-${GCC_VERSION}";
fetch_git lazy				"${GITROOT}/lazy";
fetch_git mmglue			"${GITROOT}/mmglue";
fetch_git portage			"${GITROOT}/ports/portage";
fetch_git psxstub			"${GITROOT}/psxstub";

# vim:filetype=sh