summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-30 11:27:00 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-30 11:27:00 +0000
commitcddeef1cf63d31198615bce503a00949d6368eac (patch)
treeb6ee412586215c75ec4b4d076571f5fdb688aedc /000.fetch_git.build
parent57879e8a366daf9ff3e6f778cc0db8b37708fde3 (diff)
downloadmidipix_build-cddeef1cf63d31198615bce503a00949d6368eac.tar.bz2
midipix_build-cddeef1cf63d31198615bce503a00949d6368eac.tar.xz
Remove dependency on portage and config.sub patches.
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