From: Ken T Takusagawa Date: Tue, 10 Nov 2015 10:30:38 +0000 (-0500) Subject: Do not conceal the invocation of the benchmark program X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=27ca89d4794162d6d3c9d59ed62b3543d0d8e9e0 Do not conceal the invocation of the benchmark program It is better to be able to see what arguments it is being called with. No functional change Resolves #497 --- diff --git a/src/Makefile b/src/Makefile index b6ffbe82..29b784e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -387,7 +387,7 @@ profile-build: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make) @echo "" @echo "Step 2/4. Running benchmark for pgo-build ..." - @$(PGOBENCH) > /dev/null + $(PGOBENCH) > /dev/null @echo "" @echo "Step 3/4. Building final executable ..." @touch *.cpp *.h syzygy/*.cpp syzygy/*.h