1. 27 2月, 2018 3 次提交
    • A
      Generate make depend files from go list · 53127d68
      Anders F Björklund 提交于
      Instead of running `go list` every time (very slow),
      cache the results in the build folder and include it.
      
      Add a shell helper script, to make the Makefile more
      readable. Use regular "makedepend" syntax for output.
      53127d68
    • A
      Refactor the usage of go list, to make it similar · 10451b53
      Anders F Björklund 提交于
      Make sure that all invocations are identical, before trying to make
      a function out of it. Also clean up whitespace and similar changes.
      10451b53
    • A
      Avoid the phony gopath make target · 3fd41d6f
      Anders F Björklund 提交于
      Having a phony target as a minikube dependency means that
      it always needs to be rebuilt/copied, which is unnecessary.
      
      Also clean up and simplify the syntax, thereby avoiding the
      current copy/paste errors (that always come with duplication)
      3fd41d6f
  2. 24 2月, 2018 2 次提交
  3. 23 2月, 2018 5 次提交
  4. 22 2月, 2018 1 次提交
  5. 21 2月, 2018 1 次提交
  6. 16 2月, 2018 4 次提交
  7. 15 2月, 2018 1 次提交
  8. 14 2月, 2018 4 次提交
  9. 13 2月, 2018 4 次提交
  10. 12 2月, 2018 2 次提交
  11. 10 2月, 2018 8 次提交
  12. 08 2月, 2018 1 次提交
  13. 06 2月, 2018 4 次提交