From a9232ba1ed461adf8ac610edf95ea6ba9963ea34 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 7 Jan 2017 18:25:33 +0100 Subject: 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 --- tools/sed/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/sed/Makefile') 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 += \ -- cgit v1.2.3