summaryrefslogtreecommitdiffhomepage
path: root/vars/chainport.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-20 17:52:34 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-20 17:55:09 +0100
commitbbbbdb9bd3ffd1de751b78a71cba929020b234a4 (patch)
tree5b11329427923075ebd261291acf6795051a3520 /vars/chainport.vars
parent231456623ea62bd7b836de44336d9e7b5cf88880 (diff)
downloadmidipix_build-bbbbdb9bd3ffd1de751b78a71cba929020b234a4.tar.bz2
midipix_build-bbbbdb9bd3ffd1de751b78a71cba929020b234a4.tar.xz
build.sh: fetch ${GITROOT}/ports/chainport during `init' target and apply patches found within.
build/pkg.build, etc/build.usage, vars/{build,chainport}.vars: adds newly introduced `init' target. patches/{binutils,gmp,lib{elf,ffi}}-*.patch: moved to chainport repository.
Diffstat (limited to 'vars/chainport.vars')
-rw-r--r--vars/chainport.vars13
1 files changed, 13 insertions, 0 deletions
diff --git a/vars/chainport.vars b/vars/chainport.vars
new file mode 100644
index 00000000..b1c0a1be
--- /dev/null
+++ b/vars/chainport.vars
@@ -0,0 +1,13 @@
+#
+# . ./build.vars and set -o errexit -o noglob are assumed.
+#
+
+pkg_chainport_build() {
+ :;
+};
+
+pkg_chainport_install() {
+ :;
+};
+
+# vim:filetype=sh