diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 15:11:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 15:11:29 +0000 |
commit | 920880de049b9f43bcf586fa185351757b945be0 (patch) | |
tree | 7150dd0d6cb35b9daad4a570b99f2e996fe4c4c3 /rules.mk | |
parent | e91e245a2d6a546f4b0719ec6a3f0c23bf2cbe48 (diff) | |
download | upstream-920880de049b9f43bcf586fa185351757b945be0.tar.gz upstream-920880de049b9f43bcf586fa185351757b945be0.tar.bz2 upstream-920880de049b9f43bcf586fa185351757b945be0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |