From: Joost VandeVondele Date: Sun, 18 Oct 2020 13:01:19 +0000 (+0200) Subject: Add net as dependency of config X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=258af8ae44fc15407996e0a21a80ee8b9cfa12cb;hp=f5dfad5d72e164b57b787c0224046d641b3ade84 Add net as dependency of config cleaner output and error message if the server is down and the net is not available. closes https://github.com/official-stockfish/Stockfish/pull/3188 No functional change --- diff --git a/src/Makefile b/src/Makefile index 54868b39..87203547 100644 --- a/src/Makefile +++ b/src/Makefile @@ -711,7 +711,7 @@ endif config-sanity icc-profile-use icc-profile-make gcc-profile-use gcc-profile-make \ clang-profile-use clang-profile-make -build: config-sanity net +build: net config-sanity $(MAKE) ARCH=$(ARCH) COMP=$(COMP) all profile-build: net config-sanity objclean profileclean @@ -784,7 +784,7 @@ default: all: $(EXE) .depend -config-sanity: +config-sanity: net @echo "" @echo "Config:" @echo "debug: '$(debug)'"