valkey icon indicating copy to clipboard operation
valkey copied to clipboard

[BUG] Install symlink still mentioned despite USE_REDIS_SYMLINKS=no

Open melroy89 opened this issue 1 year ago • 0 comments

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

  1. make clean
  2. make distclean
  3. make -j10 USE_SYSTEMD=yes BUILD_TLS=yes USE_REDIS_SYMLINKS=no
  4. sudo 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.

melroy89 avatar Oct 01 '24 22:10 melroy89