1. 28 4月, 2016 2 次提交
    • Merge pull request #2593 from kevina/refactor-makefile · 60f1ba1f
      Refactor Makefile.
      Jeromy Johnson 提交于
    • Refactor Makefile. · 31421aea
      Move the go commands that should run under cmd/ipfs in the Makefile in
      cmd/ipfs rather than doing a "cd cmd/ipfs && go ..." in the root
      Makefile.
      
      The "cd cmd/ipfs && go ..." lines causes problems with GNU Emacs's
      compilation mode.  With the current setup Emacs is unable to jump to
      the location of the error outputted by go compiler as it can not find
      the source file.  The problem is that the embedded "cd" command causes
      Emacs's compilation mode to lose track of the current directory and
      thus attempts to look for the source file in the wrong directory.
      
      License: MIT
      Signed-off-by: 's avatarKevin Atkinson <k@kevina.org>
      Kevin Atkinson 提交于
  2. 27 4月, 2016 12 次提交
  3. 26 4月, 2016 2 次提交
  4. 25 4月, 2016 3 次提交
  5. 20 4月, 2016 2 次提交
  6. 19 4月, 2016 17 次提交
  7. 18 4月, 2016 2 次提交