redict/deps
Pieter Noordhuis 4b8a63941d Rebuild deps/ and src/ when ARCH changes
This change moves the build instructions for dependencies to a separate
Makefile in deps/. The ARCH environment variable is stored in a
.make-arch file in the same directory as the Makefile. The contents of
this file is read and compared to the current ARCH, and, on a mismatch
triggers rebuilding the entire source tree.

When file .make-arch exists and matches with ARCH from the environment,
the dependencies are assumed to already be built.

The new "clean" target only cleans the Redis source tree, not its
dependencies. To clear the dependencies as well, the "distclean" target
can be used.
2011-11-15 12:41:35 -08:00
..
hiredis hiredis/redis changes for speed with big payloads: read buffer size set 2011-11-08 10:59:59 +01:00
jemalloc Ignore jemalloc build artifacts 2011-06-20 11:38:25 +02:00
linenoise linenoise updated 2011-02-22 17:46:11 +01:00
lua 32bit build fixed, broken by a previous commit fixing build on Solaris 2011-11-08 21:00:52 +01:00
Makefile Rebuild deps/ and src/ when ARCH changes 2011-11-15 12:41:35 -08:00