summaryrefslogtreecommitdiffstats
path: root/.graveyard/infest/host-patch/beagleboard/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:55:15 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:55:47 +0100
commit25f7b33bf43e4d7a049eb1f4885d24f24ac1dca9 (patch)
treebfc49f861699411e404a6248fdcf09abd251d50b /.graveyard/infest/host-patch/beagleboard/Makefile
parentb6a98c4b37829a9b85fafaa20df35cdec2045cf2 (diff)
partly remove infest into .graveyard
moving host-patch for beaglebone
Diffstat (limited to '.graveyard/infest/host-patch/beagleboard/Makefile')
-rw-r--r--.graveyard/infest/host-patch/beagleboard/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/.graveyard/infest/host-patch/beagleboard/Makefile b/.graveyard/infest/host-patch/beagleboard/Makefile
new file mode 100644
index 00000000..55952104
--- /dev/null
+++ b/.graveyard/infest/host-patch/beagleboard/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all
+all: select-target
+
+patchfile:
+ diff /krebs/etc/profile /etc/profile > profile.patch || true
+
+patch:
+ cd /;\
+ patch -p0 < /krebs/host-patch/beagleboard/profile.patch