summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-29 14:20:08 +0100
committerantirez <antirez@gmail.com>2012-11-29 14:20:08 +0100
commit2f62c9663ca48b647d71f21d0cdf499346457f0f (patch)
treec783d2cf7653eccfb108521eae0b3c6ab5ae780d /src/Makefile
parentb1b602a92887f271db3101d67e0319ce31fa68b3 (diff)
downloadredis-2f62c9663ca48b647d71f21d0cdf499346457f0f.tar.gz
Introduced the Build ID in INFO and --version output.
The idea is to be able to identify a build in a unique way, so for instance after a bug report we can recognize that the build is the one of a popular Linux distribution and perform the debugging in the same environment.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 358b4cbac..d4b6aad8c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -101,7 +101,7 @@ REDIS_SERVER_NAME= redis-server
REDIS_SENTINEL_NAME= redis-sentinel
REDIS_SERVER_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 endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o
REDIS_CLI_NAME= redis-cli
-REDIS_CLI_OBJ= anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o
+REDIS_CLI_OBJ= anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o
REDIS_BENCHMARK_NAME= redis-benchmark
REDIS_BENCHMARK_OBJ= ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o redis-benchmark.o
REDIS_CHECK_DUMP_NAME= redis-check-dump