diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 02:58:28 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 03:03:04 +0200 |
| commit | c734fc2a6b015f5b38f30da106736877cfbe02c7 (patch) | |
| tree | 3b1609277c8f355005c7fd5642d9e2102f1caee4 /Makefile | |
| parent | 064629428296914c4a5875f8da6b557d55f82930 (diff) | |
Use a submodule for libgit2
This makes building the static version easier as we know where the repo
is and that it's has a known-good version.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,11 +3,6 @@ default: test build-libgit2: ./script/build-libgit2-static.sh -update-libgit2: - cd vendor/libgit2 && \ - git fetch origin development && \ - git checkout -qf FETCH_HEAD - test: build-libgit2 ./script/with-static.sh go test ./... |
