]> git.saurik.com Git - redis.git/commit
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 00:34:31 +0000 (17:34 -0700)
commit631539a5f2a304796a54d79cc38e71625f9f9ffa
tree57a4f47fc5f254b98a06f17b1d3a1c1bf3c30eca
parent93a74949d7bb5d0c4115d1bf45f856c368badf31
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