summaryrefslogtreecommitdiffstats
path: root/infest/host-patch/beagleboard/Makefile
blob: 55952104581ea89ee856980feb855dbb8c4dc171 (plain)
1
2
3
4
5
6
7
8
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