host.mk: introduce PATCH which refers to either gpatch or patch

SVN-Revision: 23287
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent d3f412f4ec
commit 3cf0250da2

@ -59,6 +59,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
else \
echo 'XARGS:=xargs' >> $@; \
fi; \
PATCH=`which gpatch 2>/dev/null`; \
[ -n "$$PATCH" -a -x "$$PATCH" ] || PATCH=`which patch 2>/dev/null`; \
echo "PATCH:=$$PATCH" >> $@; \
)
endif

Loading…
Cancel
Save