summaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-07 18:25:33 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-09 16:39:46 +0100
commita9232ba1ed461adf8ac610edf95ea6ba9963ea34 (patch)
tree512f45d8ded104665d2ec85876b34668ac8e7fd2 /tools/sed
parent589a16fdb64dcd32995255be42dd0bb8f05de2d4 (diff)
downloadopenwrt-a9232ba1ed461adf8ac610edf95ea6ba9963ea34.tar.gz
openwrt-a9232ba1ed461adf8ac610edf95ea6ba9963ea34.tar.bz2
openwrt-a9232ba1ed461adf8ac610edf95ea6ba9963ea34.zip
tools: reorganize dependencies, fix build after deleting staging dir
A lot of packages (especially those using libtool) depend on sed being available. xz fails on an incremental build pretty early if it's not there. Clean up handling if essential core tools (patch, tar, xz), build them in parallel and make them depend on sed Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 332ec090b5..9ff2e66905 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -17,6 +17,9 @@ export SED:=
HOST_BUILD_PARALLEL:=1
+HOSTCC := $(HOSTCC_NOCACHE)
+HOSTCXX := $(HOSTCXX_NOCACHE)
+
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \