mirror of https://mirror.osredm.com/root/redis.git
Silence mkdir output
This commit is contained in:
parent
348be19b5f
commit
dc4003be71
|
@ -231,7 +231,7 @@ src/help.h:
|
|||
@../utils/generate-command-help.rb > help.h
|
||||
|
||||
install: all
|
||||
mkdir -p $(INSTALL_BIN)
|
||||
@mkdir -p $(INSTALL_BIN)
|
||||
$(REDIS_INSTALL) $(REDIS_SERVER_NAME) $(INSTALL_BIN)
|
||||
$(REDIS_INSTALL) $(REDIS_BENCHMARK_NAME) $(INSTALL_BIN)
|
||||
$(REDIS_INSTALL) $(REDIS_CLI_NAME) $(INSTALL_BIN)
|
||||
|
|
Loading…
Reference in New Issue