summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
diff options
context:
space:
mode:
Diffstat (limited to '000.fetch_git.build')
-rw-r--r--000.fetch_git.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/000.fetch_git.build b/000.fetch_git.build
deleted file mode 100644
index 27c0282f..00000000
--- a/000.fetch_git.build
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-if ! is_build_script_done fetch; then
- # Git clone what we need.
- fetch_git lazy ${GITROOT}/lazy;
- fetch_git portage ${GITROOT}/ports/portage;
- set_build_script_done fetch finish;
-fi;
-
-# vim:filetype=sh