valkey
valkey copied to clipboard
[BUG] Install symlink still mentioned despite USE_REDIS_SYMLINKS=no
Describe the bug
INSTALL SYMLINK is still mentioned despite setting the USE_REDIS_SYMLINKS=no build flag...
INSTALL SYMLINK redis-server -> valkey-server
INSTALL SYMLINK redis-cli -> valkey-cli
INSTALL SYMLINK redis-benchmark -> valkey-benchmark
INSTALL SYMLINK redis-check-rdb -> valkey-check-rdb
INSTALL SYMLINK redis-check-aof -> valkey-check-aof
INSTALL SYMLINK redis-sentinel -> valkey-sentinel
To reproduce
make cleanmake distcleanmake -j10 USE_SYSTEMD=yes BUILD_TLS=yes USE_REDIS_SYMLINKS=nosudo make install
Expected behavior
I configured to not create symlinks, so the make install should not show INSTALL SYMLINK messages.
Additional information
I'm testing on the 8.0 branch.