]> git.sesse.net Git - stockfish/commit
use expanded variables for shell commands
authorDisservin <disservin.social@gmail.com>
Sun, 22 Oct 2023 14:43:33 +0000 (16:43 +0200)
committerDisservin <disservin.social@gmail.com>
Mon, 23 Oct 2023 18:39:48 +0000 (20:39 +0200)
commitb1876222335df6581777baadc68fb5b17e5fe656
treecdd981160d97ccae0e86e82d3e49f5a0019ef2f3
parent40c6a84434ea4600b5ebdd1020b34516317be1a9
use expanded variables for shell commands

Performance improvement for the shell commands in the Makefile.
By using expanded variables, the shell commands are only
evaluated once, instead of every time they are used.

closes https://github.com/official-stockfish/Stockfish/pull/4838

No functional change
src/Makefile