Skip to content

Commit f8af6c5

Browse files
committed
Update crosslink target to include prune
1 parent 5be9712 commit f8af6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ golangci-lint/%: | $(GOLANGCI_LINT)
147147

148148
.PHONY: crosslink
149149
crosslink: | $(CROSSLINK)
150-
@echo "cross-linking all go modules" \
151-
&& $(CROSSLINK) --root=$(shell pwd)
150+
@echo "Updating intra-repository dependencies in all go modules" \
151+
&& $(CROSSLINK) --root=$(shell pwd) --prune
152152

153153
.PHONY: go-mod-tidy
154154
go-mod-tidy: $(ALL_GO_MOD_DIRS:%=go-mod-tidy/%)

0 commit comments

Comments
 (0)