From 0ed4a03744a38ab9187e3d1f946dc5e35a6f1baa Mon Sep 17 00:00:00 2001 From: GetAway Date: Tue, 11 May 2021 21:36:54 +0200 Subject: [PATCH] fix libcool target --- make/prerequisites.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/make/prerequisites.mk b/make/prerequisites.mk index 27028af..7d60292 100755 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -74,9 +74,7 @@ $(GIT_LIBCOOLSTREAM): if [ -d $(GIT_LIBCOOLSTREAM)/ ]; then \ cd $(GIT_LIBCOOLSTREAM) && \ git checkout pu/new-gcc; \ - git pull origin pu/new-gcc; \ - cd $(BASE_DIR); \ - $(MAKE) libcoolstream-clean; \ + git pull; \ else \ cd $(SOURCE_DIR); \ git clone $(SSHGIT)/$(REPO_LIBCOOLSTREAM) library-coolstream; \ @@ -159,6 +157,7 @@ $(GIT_PLUGINS): PHONY += $(SOURCE_DIR)/neutrino-hd PHONY += $(GIT_LIBSTB_HAL) PHONY += $(GIT_LIBSTB_HAL_DDT) +PHONY += $(GIT_LIBCOOLSTREAM) PHONY += $(GIT_BOOTLOADER) PHONY += $(GIT_DRIVERS_THIRDPARTY) PHONY += $(GIT_DRIVERS) -- 2.39.5