build: move the XARGS variable out of the host checks, since a working xargs is built in tools/

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37228
This commit is contained in:
Felix Fietkau
2013-07-10 15:11:29 +00:00
parent 4e042e4a84
commit 1c742fb388
2 changed files with 1 additions and 5 deletions

View File

@ -207,6 +207,7 @@ KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR
LN:=ln -sf
XARGS:=xargs -r
INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755