From d0c3d1cf4365a80ba2ec35eef0c3ed7ac907f320 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 30 Sep 2010 23:09:39 +0200 Subject: sed: get rid of host-sed variant And all the infrastructure surrounding it. A broken sed implementation is quite rare nowadays, as seen by the fact that the current host-sed support has been broken for a while, so just get rid of it. Signed-off-by: Peter Korsgaard --- toolchain/dependencies/dependencies.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'toolchain/dependencies/dependencies.mk') diff --git a/toolchain/dependencies/dependencies.mk b/toolchain/dependencies/dependencies.mk index b334811ac..89ffd8823 100644 --- a/toolchain/dependencies/dependencies.mk +++ b/toolchain/dependencies/dependencies.mk @@ -9,13 +9,9 @@ DEPENDENCIES_HOST_PREREQ:= ifeq ($(BR2_STRIP_sstrip),y) DEPENDENCIES_HOST_PREREQ+=sstrip_host endif -ifneq ($(findstring y,$(BR2_KERNEL_HEADERS_LZMA)),) -DEPENDENCIES_HOST_PREREQ+=host-lzma -endif -dependencies: host-sed $(DEPENDENCIES_HOST_PREREQ) +dependencies: $(DEPENDENCIES_HOST_PREREQ) @HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \ - HOST_SED_DIR="$(HOST_SED_DIR)" \ CONFIG_FILE="$(CONFIG_DIR)/.config" \ $(TOPDIR)/toolchain/dependencies/dependencies.sh -- cgit v1.2.3