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 | 1c742fb388d8c6f94969c73fe403e442d0022c1a (patch) | |
tree | 78303ca92ce22c9b7abdaad912701aeafcb94115 /rules.mk | |
parent | 4e042e4a8488e904c5cc6436e6b6bf4dc9b6a9db (diff) | |
download | upstream-1c742fb388d8c6f94969c73fe403e442d0022c1a.tar.gz upstream-1c742fb388d8c6f94969c73fe403e442d0022c1a.tar.bz2 upstream-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.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 |