mirror of
https://github.com/containers/skopeo.git
synced 2025-06-25 22:32:18 +00:00
Fix Makefile dependencies
validate-docs requires bin/skopeo; test-unit-local ctually doesn't. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
835d71a3a4
commit
98b01af031
4
Makefile
4
Makefile
@ -234,11 +234,11 @@ validate-local:
|
||||
|
||||
# This invokes bin/skopeo, hence cannot be run as part of validate-local
|
||||
.PHONY: validate-docs
|
||||
validate-docs:
|
||||
validate-docs: bin/skopeo
|
||||
hack/man-page-checker
|
||||
hack/xref-helpmsgs-manpages
|
||||
|
||||
test-unit-local: bin/skopeo
|
||||
test-unit-local:
|
||||
$(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')
|
||||
|
||||
vendor:
|
||||
|
Loading…
Reference in New Issue
Block a user