silence Make some more

This commit is contained in:
Ștefan Talpalaru 2020-04-18 02:00:08 +02:00
parent d8cde2ad85
commit 1e4051bc23
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 2 deletions

View File

@ -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: