PR : gh #231: Refactor makefile to include changes in ut-control#232
Open
PR : gh #231: Refactor makefile to include changes in ut-control#232
Conversation
kanjoe24
commented
Dec 22, 2025
| # Change this to upgrade your ut-control Major versions. Non ABI Changes 1.x.x are supported, between major revisions | ||
|
|
||
| UT_CONTROL_PROJECT_VERSION="2.0.0" # Fixed version | ||
| UT_CONTROL_PROJECT_VERSION="feature/gh109_Makefile_Update_avoid_hardcodedpaths" # Fixed version |
Contributor
Author
There was a problem hiding this comment.
Update this to latest ut-control before merging.
Contributor
There was a problem hiding this comment.
you don't need a feature branch for that, unless you are doing changes for ut-core, just upgrade it as part of your release branch...
There was a problem hiding this comment.
Pull request overview
This PR refactors the build configuration to support passing compiler information to the ut-control submodule. The changes aim to avoid hardcoded paths by explicitly passing the compiler to ut-control during its build process.
Key Changes:
- Modified
UT_CONTROL_PROJECT_VERSIONto use a feature branch instead of a fixed version tag - Introduced
UT_CONTROL_COMPILERvariable to explicitly pass compiler information to ut-control - Updated the ut-control build invocation to use the new compiler variable
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| build.sh | Changed ut-control version from "2.0.0" to feature branch "feature/gh109_Makefile_Update_avoid_hardcodedpaths" |
| Makefile | Added UT_CONTROL_COMPILER variable and modified ut-control build command to pass compiler explicitly |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
release script results: |
Ulrond
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactoring makefile to include changes in ut-control