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
620357fc
Commit
620357fc
authored
Apr 13, 2012
by
Pieter Noordhuis
Browse files
Remove unused LIBS variable
parent
caba5851
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
620357fc
...
@@ -45,12 +45,12 @@ endif
...
@@ -45,12 +45,12 @@ endif
ifeq
($(uname_S),SunOS)
ifeq
($(uname_S),SunOS)
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
-D__EXTENSIONS__
-D_XPG6
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
-D__EXTENSIONS__
-D_XPG6
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LIBS
=
$(LIBS)
-ldl
-lnsl
-lsocket
-lm
-lpthread
FINAL_LIBS
=
-ldl
-lnsl
-lsocket
-lm
-lpthread
DEBUG
=
-g
-ggdb
DEBUG
=
-g
-ggdb
else
else
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LIBS
=
$(LIBS)
-lm
-pthread
FINAL_LIBS
=
-lm
-pthread
DEBUG
=
-g
-rdynamic
-ggdb
DEBUG
=
-g
-rdynamic
-ggdb
endif
endif
...
...
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