1. 12 4月, 2012 1 次提交
  2. 11 4月, 2012 1 次提交
    • P
      Clean up Makefiles · de07849e
      Pieter Noordhuis 提交于
      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.
      de07849e
  3. 08 4月, 2012 1 次提交
  4. 06 4月, 2012 1 次提交
  5. 02 4月, 2012 1 次提交
  6. 18 3月, 2012 1 次提交
  7. 10 3月, 2012 2 次提交
  8. 14 2月, 2012 2 次提交
  9. 09 2月, 2012 1 次提交
  10. 17 11月, 2011 1 次提交
  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. 09 11月, 2011 1 次提交
  13. 30 10月, 2011 1 次提交
  14. 03 10月, 2011 2 次提交
    • A
      Revert "Use the new install script as make install target. Message about... · 0bb5160c
      antirez 提交于
      Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident."
      After talking with Pieter he changed my mind about this, it is better to
      have a simpler install script that works everywhere, and the complex one
      can be always executed if needed by hand. We'll make possibly a new
      target for the full featured installation script, and even suggest it
      after a Make install.
      
      This reverts commit f1e60d75.
      0bb5160c
    • A
      Use the new install script as make install target. Message about install... · f1e60d75
      antirez 提交于
      Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
      f1e60d75
  15. 23 9月, 2011 2 次提交
  16. 13 9月, 2011 2 次提交
  17. 27 7月, 2011 1 次提交
  18. 15 7月, 2011 1 次提交
  19. 14 7月, 2011 1 次提交
  20. 12 7月, 2011 1 次提交
  21. 11 7月, 2011 4 次提交
  22. 30 6月, 2011 1 次提交
  23. 25 6月, 2011 2 次提交
  24. 20 6月, 2011 4 次提交
  25. 09 6月, 2011 1 次提交