From 57743a320308d5665ffd85e8db42ea6fc4100bca Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Mon, 29 Jul 2024 17:02:44 +0530 Subject: [PATCH] changes Signed-off-by: Feny Mehta --- make/go.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/go.mk b/make/go.mk index 41ad0315..cbfd207a 100644 --- a/make/go.mk +++ b/make/go.mk @@ -43,10 +43,10 @@ GH_TC = $(GH_BASE_URL_CRT)toolchain-common .PHONY: verify-replace-run verify-replace-run: $(eval C_PATH = $(PWD))\ - $(foreach repo,${GH_HOST},\ + $(foreach repo,${GH_HOST} ${GH_MEMBER} ${GH_REGSVC} ${GH_E2E} ${GH_KSCTL},\ $(eval REPO_PATH = ${BASE_REPO_PATH}/$(shell basename $(repo))) \ git clone --depth=1 $(repo) ${REPO_PATH}; \ cd ${REPO_PATH}; \ go mod edit -replace github.com/codeready-toolchain/toolchain-common=${C_PATH}; \ - $(MAKE) verify-dependencies 1>/dev/null; \ + $(MAKE) verify-dependencies; \ ) \ No newline at end of file