From 1e4051bc237ddf3f25ddccb45c1c9daef740092a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 18 Apr 2020 02:00:08 +0200 Subject: [PATCH] silence Make some more --- makefiles/targets.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/targets.mk b/makefiles/targets.mk index 7b97cc3..0c2ff83 100644 --- a/makefiles/targets.mk +++ b/makefiles/targets.mk @@ -57,12 +57,12 @@ update-common: | sanity-checks git submodule update --init --recursive rm -rf $(NIMBLE_DIR) ifeq ($(USE_SYSTEM_NIM), 0) - + $(MAKE) build-nim + + $(MAKE) --no-print-directory build-nim endif #- rebuilds the Nim compiler if the corresponding submodule is updated $(NIM_BINARY): | sanity-checks - + $(MAKE) build-nim + + $(MAKE) --no-print-directory build-nim # don't use this target, or you risk updating dependency repos that are not ready to be used in Nimbus update-remote: