diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 03:55:15 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 03:55:47 +0100 |
commit | 25f7b33bf43e4d7a049eb1f4885d24f24ac1dca9 (patch) | |
tree | bfc49f861699411e404a6248fdcf09abd251d50b /infest/host-patch/beagleboard/Makefile | |
parent | b6a98c4b37829a9b85fafaa20df35cdec2045cf2 (diff) |
partly remove infest into .graveyard
moving host-patch for beaglebone
Diffstat (limited to 'infest/host-patch/beagleboard/Makefile')
-rw-r--r-- | infest/host-patch/beagleboard/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/infest/host-patch/beagleboard/Makefile b/infest/host-patch/beagleboard/Makefile deleted file mode 100644 index 55952104..00000000 --- a/infest/host-patch/beagleboard/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -.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 |