]> git.saurik.com Git - redis.git/commit - src/Makefile
Rename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS -> FINAL_*FLAGS
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 00:34:31 +0000 (17:34 -0700)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 01:05:51 +0000 (18:05 -0700)
commit6cedb4d4893b02e4b23efc4d0aaeb684ed6d0935
treecf8d15badd7f6a288985542beff917478d8fd22c
parent59333ffd37f666222d80921f854a3bedd2e3d11a
Rename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS -> FINAL_*FLAGS

This reflects that REDIS_*FLAGS will only be used for compilation of
Redis and not for its dependencies. Similarly, that FINAL_*FLAGS are
composed of other variables and holds the options that are finally
passed to the compiler and linker.
src/Makefile