]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix libcool target
authorGetAway <get-away@t-online.de>
Tue, 11 May 2021 19:36:54 +0000 (21:36 +0200)
committerGetAway <get-away@t-online.de>
Tue, 11 May 2021 19:36:54 +0000 (21:36 +0200)
make/prerequisites.mk

index 27028afb72d228e87a7f8a1ceedf72e627585607..7d60292410cdf622548aaab12d2382d5ced8254b 100755 (executable)
@@ -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)