]> git.saurik.com Git - redis.git/blobdiff - Makefile
check if *value is non-NULL before setting it
[redis.git] / Makefile
index 949f0b0c0ecc73e3f6170b7e54e0611628bb04ba..b7dfb1cdb4b38ef5fd37c96fc75ad338a2404088 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h
 redis-server: $(OBJ)
        $(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ)
        @echo ""
-       @echo "Hint: To run the test-redis.tcl script is a good idea."
-       @echo "Launch the redis server with ./redis-server, then in another"
-       @echo "terminal window enter this directory and run 'make test'."
+       @echo "Hint: To run 'make test' is a good idea ;)"
        @echo ""
 
 redis-benchmark: $(BENCHOBJ)