summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-10 15:11:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-10 15:11:29 +0000
commit1c742fb388d8c6f94969c73fe403e442d0022c1a (patch)
tree78303ca92ce22c9b7abdaad912701aeafcb94115 /rules.mk
parent4e042e4a8488e904c5cc6436e6b6bf4dc9b6a9db (diff)
downloadmaster-31e0f0ae-1c742fb388d8c6f94969c73fe403e442d0022c1a.tar.gz
master-31e0f0ae-1c742fb388d8c6f94969c73fe403e442d0022c1a.tar.bz2
master-31e0f0ae-1c742fb388d8c6f94969c73fe403e442d0022c1a.zip
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
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 6a283bd647..2e9e20d919 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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