]> 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 09:24:17 +0000 (11:24 +0200)
commit0a08d2b0e5d2e8a0cbaf7bbf712799ae2778a57a
tree84c2efd22e07ce11c6f6496c57cfe10f3d8add6a
parent3f7438ef9b969aa4bb90445b51fd93652a377ea0
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]