summaryrefslogtreecommitdiffhomepage
path: root/000.lazy.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.lazy.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.lazy.build')
-rw-r--r--000.lazy.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/000.lazy.build b/000.lazy.build
new file mode 100644
index 00000000..2d093eae
--- /dev/null
+++ b/000.lazy.build
@@ -0,0 +1,11 @@
+#
+# . ./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;
+ set_build_script_done fetch finish;
+fi;
+
+# vim:filetype=sh