Skip to content

Commit ce65c23

Browse files
authored
Merge pull request libgit2#395 from libgit2/cmn/check-thread-lock
Deduplicate Makefile static target and add thread locking check
2 parents 08db2e2 + 27d123f commit ce65c23

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ install: build-libgit2
1010
build-libgit2:
1111
./script/build-libgit2-static.sh
1212

13-
static: build-libgit2
14-
go run script/check-MakeGitError-thread-lock.go
15-
go test --tags "static" ./...
16-
1713
install-static: build-libgit2
1814
go install --tags "static" ./...
1915

2016
test-static: build-libgit2
17+
go run script/check-MakeGitError-thread-lock.go
2118
go test --tags "static" ./...

0 commit comments

Comments
 (0)