Makefile: enable program suffixes via PROG_SUFFIX var#7868
Makefile: enable program suffixes via PROG_SUFFIX var#7868yossigo merged 2 commits intoredis:unstablefrom
Conversation
$ make PROG_SUFFIX=foo will build `redis-server-foo`, etc. $ make PROG_SUFFIX=-foo will do the same.
|
@rafie please add some details on what this is needed. |
|
@oranagra |
|
@rafie What is the purpose of supporting both |
|
@yossigo I agree. Should we then remove the whole |
|
Thank you @rafie! |
(cherry picked from commit b8187d3)
(cherry picked from commit b8187d3)
$ make PROG_SUFFIX=foo
will build
redis-server-foo, etc.$ make PROG_SUFFIX=-foo
will do the same.