]> git.saurik.com Git - redis.git/commitdiff
Merge remote branch 'origin/unstable' into unstable
authorantirez <antirez@gmail.com>
Sat, 25 Jun 2011 10:22:59 +0000 (12:22 +0200)
committerantirez <antirez@gmail.com>
Sat, 25 Jun 2011 10:22:59 +0000 (12:22 +0200)
1  2 
src/Makefile

diff --combined src/Makefile
index f499a1940782961c716c514c921a1b8747cdf784,9801dca6198c6bbdc10e3255f63d4bb1def9c610..4a6f27ebad486232f543dd1c8947ae7b28f8b2a0
@@@ -61,7 -61,7 +61,7 @@@ QUIET_CC = @printf '    %b %b\n' $(CCCO
  QUIET_LINK = @printf '    %b %b\n' $(LINKCOLOR)LINK$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR);
  endif
  
 -OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o dscache.o pubsub.o multi.o debug.o sort.o intset.o syncio.o diskstore.o cluster.o crc16.o endian.o
 +OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endian.o
  BENCHOBJ = ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
  CLIOBJ = anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o
  CHECKDUMPOBJ = redis-check-dump.o lzf_c.o lzf_d.o
@@@ -196,7 -196,7 +196,7 @@@ dep
        $(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
  
  test: redis-server
-       (cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
+       @(cd ..; (which tclsh >/dev/null && tclsh tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") || echo "You need to install Tcl in order to run tests.")
  
  bench:
        ./redis-benchmark