summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
blob: d66f195e34338826677783bad38733b0e9562474 (plain)
1
2
3
4
5
6
7
8
# Git clone what we need.
fetch_git cbb-gcc-${PKG_GCC_VERSION}	${GITROOT}/cbb/cbb-gcc-${PKG_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