1. 15 Nov, 2011 3 commits
    • Pieter Noordhuis's avatar
      Rebuild deps/ and src/ when ARCH changes · 4b8a6394
      Pieter Noordhuis authored
      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
    • Pieter Noordhuis's avatar
      Use CCLINK as last argument · 321a0440
      Pieter Noordhuis authored
      321a0440
    • Pieter Noordhuis's avatar
      CCLINK already includes ALLOC_LINK · 61c0e893
      Pieter Noordhuis authored
      61c0e893
  2. 12 Nov, 2011 2 commits
  3. 11 Nov, 2011 2 commits
  4. 10 Nov, 2011 1 commit
  5. 09 Nov, 2011 6 commits
  6. 08 Nov, 2011 11 commits
  7. 07 Nov, 2011 5 commits
  8. 04 Nov, 2011 5 commits
  9. 03 Nov, 2011 1 commit
  10. 02 Nov, 2011 4 commits