1. 07 12月, 2011 1 次提交
  2. 01 12月, 2011 6 次提交
  3. 30 11月, 2011 2 次提交
  4. 28 11月, 2011 2 次提交
  5. 25 11月, 2011 2 次提交
  6. 24 11月, 2011 4 次提交
  7. 22 11月, 2011 3 次提交
  8. 21 11月, 2011 8 次提交
  9. 18 11月, 2011 2 次提交
  10. 17 11月, 2011 2 次提交
  11. 16 11月, 2011 4 次提交
    • P
      Rebuild source when allocator changes · 5bb2c88e
      Pieter Noordhuis 提交于
      To do so, the Makefile stores the contents of the MALLOC environment
      variable in a file named .make-malloc. When the contents of this file
      and the MALLOC variable are not equal, it forces a rebuild of the Redis
      source tree.
      
      A side-effect of this change is that choosing an allocator can now be
      done using the single MALLOC variable instead of USE_TCMALLOC,
      USE_JEMALLOC and so forth. These variables continue to work for
      backwards compatibility.
      5bb2c88e
    • P
      Rebuild deps/ and src/ when ARCH changes · 4b8a6394
      Pieter Noordhuis 提交于
      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.
      4b8a6394
    • P
      Use CCLINK as last argument · 321a0440
      Pieter Noordhuis 提交于
      321a0440
    • P
      CCLINK already includes ALLOC_LINK · 61c0e893
      Pieter Noordhuis 提交于
      61c0e893
  12. 15 11月, 2011 1 次提交
  13. 14 11月, 2011 2 次提交
  14. 13 11月, 2011 1 次提交