make: refactor build target into per-module dependencies #159

Open
dleidi wants to merge 1 commits from dleidi/autogits:refactoring-make into main
First-time contributor

Small refactoring/improvement to the make:

  • Replace shell loop in build with explicit module targets
  • Add .PHONY for build and module targets
  • Keep go build -C -buildmode=pie behavior unchanged
  • Enable parallel builds via make -jN build
Small refactoring/improvement to the `make`: - Replace shell loop in build with explicit module targets - Add .PHONY for build and module targets - Keep go build -C <module> -buildmode=pie behavior unchanged - Enable parallel builds via make -jN build
dleidi added 1 commit 2026-03-06 11:37:02 +01:00
make: refactor build target into per-module dependencies
Some checks failed
Integration tests / t (pull_request) Has been cancelled
1fc0be5f60
- Replace shell loop in build with explicit module targets
- Add .PHONY for build and module targets
- Keep go build -C <module> -buildmode=pie behavior unchanged
- Enable parallel builds via make -jN build
Some checks failed
Integration tests / t (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u refactoring-make:dleidi-refactoring-make
git checkout dleidi-refactoring-make
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: git-workflow/autogits#159