Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
331bf329
Commit
331bf329
authored
Jul 12, 2011
by
antirez
Browse files
when building redis-server use LINK and not CC as prefix in the output
parent
5f546194
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
331bf329
...
@@ -170,7 +170,7 @@ dependencies:
...
@@ -170,7 +170,7 @@ dependencies:
cd
../deps/jemalloc
&&
./configure
$(JEMALLOC_CFLAGS)
--with-jemalloc-prefix
=
je_
--enable-cc-silence
&&
$(MAKE)
lib/libjemalloc.a
cd
../deps/jemalloc
&&
./configure
$(JEMALLOC_CFLAGS)
--with-jemalloc-prefix
=
je_
--enable-cc-silence
&&
$(MAKE)
lib/libjemalloc.a
redis-server
:
$(OBJ)
redis-server
:
$(OBJ)
$(QUIET_
CC
)$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
$(CCLINK)
$(ALLOC_LINK)
../deps/lua/src/liblua.a
$(QUIET_
LINK
)$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
$(CCLINK)
$(ALLOC_LINK)
../deps/lua/src/liblua.a
redis-benchmark
:
dependencies $(BENCHOBJ)
redis-benchmark
:
dependencies $(BENCHOBJ)
@
cd
../deps/hiredis
&&
$(MAKE)
static
@
cd
../deps/hiredis
&&
$(MAKE)
static
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment