From c734fc2a6b015f5b38f30da106736877cfbe02c7 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 7 Jun 2014 02:58:28 +0200 Subject: 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. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d7475c..4ecc8a4 100644 --- a/Makefile +++ b/Makefile @@ -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 ./... -- cgit v1.2.3