Skip to content

Commit

Permalink
Remove modgenerate target
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-guiton-dd committed Nov 19, 2024
1 parent f49be77 commit d3400de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ docker-telemetrygen:

.PHONY: generate
generate: install-tools
PATH="$$PWD/.tools:$$PATH" $(MAKE) $(FOR_GROUP_TARGET) TARGET="modgenerate"
PATH="$$PWD/.tools:$$PATH" $(MAKE) for-all CMD="$(GOCMD) generate ./..."
$(MAKE) gofmt

.PHONY: githubgen-install
Expand Down
4 changes: 0 additions & 4 deletions Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,3 @@ testifylint-fix:
gci: $(TOOLS_BIN_DIR)/gci
@echo "running $(GCI)"
@$(GCI) write -s standard -s default -s "prefix(github.com/open-telemetry/opentelemetry-collector-contrib)" $(ALL_SRC_AND_DOC)

.PHONY: modgenerate
modgenerate:
$(GOCMD) generate ./...

0 comments on commit d3400de

Please sign in to comment.