]> git.saurik.com Git - redis.git/blobdiff - Makefile
use git diff when generating release.h to check for dirty status
[redis.git] / Makefile
index ee9ec2122752168f2eaaa89b1073e5e0a6047700..949f0b0c0ecc73e3f6170b7e54e0611628bb04ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 # Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
 # This file is released under the BSD license, see the COPYING file
 
+release_hdr := $(shell sh -c './mkreleasehdr.sh')
 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
 OPTIMIZATION?=-O2
 ifeq ($(uname_S),SunOS)
@@ -51,7 +52,6 @@ redis-cli.o: redis-cli.c fmacros.h anet.h sds.h adlist.h zmalloc.h \
 redis.o: redis.c fmacros.h config.h redis.h ae.h sds.h anet.h dict.h \
   adlist.h zmalloc.h lzf.h pqsort.h zipmap.h staticsymbols.h sha1.h
 sds.o: sds.c sds.h zmalloc.h
-test.o: test.c dict2.h
 zipmap.o: zipmap.c zmalloc.h
 zmalloc.o: zmalloc.c config.h
 
@@ -87,8 +87,8 @@ dep:
 staticsymbols:
        tclsh utils/build-static-symbols.tcl > staticsymbols.h
 
-test: redis-server
-       tclsh8.5 test/test_helper.tcl
+test:
+       tclsh8.5 tests/test_helper.tcl
 
 bench:
        ./redis-benchmark