]> git.saurik.com Git - redis.git/commit
Clean up Makefiles
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Sun, 25 Mar 2012 02:25:03 +0000 (19:25 -0700)
committerantirez <antirez@gmail.com>
Wed, 11 Apr 2012 10:01:29 +0000 (12:01 +0200)
commitde07849e0d5e467a00eb47ea5c4c15202e64d46b
treeff7dfe2052322d25d228bbad2ef77d3df8efa022
parente74bec56fab1c8e5cbf86c61a70aa153f85f1bc8
Clean up Makefiles

Remove unused variables. Instead of overriding non-standard variables
such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to
override Makefile settings. Move dependencies generated by `make dep` to
a separate file.
deps/Makefile
deps/linenoise/Makefile
src/Makefile
src/Makefile.dep [new file with mode: 0644]