From: Markham Date: Sun, 18 Nov 2018 18:52:28 +0000 (+0100) Subject: crosstool: fix dependency of crossmenuconfig X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=4952e0e66a32ace0427a251837dc45be5c1ec75f;p=bs-cst-neutrino-hd.git crosstool: fix dependency of crossmenuconfig --- diff --git a/make/crosstool-arm.mk b/make/crosstool-arm.mk index 4d99b74..73bbc5f 100644 --- a/make/crosstool-arm.mk +++ b/make/crosstool-arm.mk @@ -50,7 +50,7 @@ crosstool-ng: $(ARCHIVE)/$(KERNEL_SRC) $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE) $(REMOVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER) endif -crossmenuconfig: $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE) +crossmenuconfig: prerequisites | $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE) $(REMOVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER) $(UNTAR)/$(CROSSTOOL_NG_SOURCE) set -e; unset CONFIG_SITE; cd $(BUILD_TMP)/crosstool-ng-git-$(CROSSTOOL_NG_VER); \ diff --git a/make/crosstool.mk b/make/crosstool.mk index 8fff191..246679d 100755 --- a/make/crosstool.mk +++ b/make/crosstool.mk @@ -84,7 +84,7 @@ endif # ifeq ($(PLATFORM), nevis) # Crosstool configuration ifeq ($(BOXTYPE), coolstream) -crossmenuconfig: $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER).tar.gz +crossmenuconfig: prerequisites | $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER).tar.gz $(START_BUILD) make $(BUILD_TMP) $(REMOVE)/crosstool-ng-$(CROSSTOOL_NG_VER)