From 4952e0e66a32ace0427a251837dc45be5c1ec75f Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 18 Nov 2018 19:52:28 +0100 Subject: [PATCH] crosstool: fix dependency of crossmenuconfig --- make/crosstool-arm.mk | 2 +- make/crosstool.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5