mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
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
This commit is contained in:
parent
f5dfad5d72
commit
258af8ae44
1 changed files with 2 additions and 2 deletions
|
@ -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)'"
|
||||
|
|
Loading…
Add table
Reference in a new issue