Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only support building a single board at a time #415

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Conversation

crawfxrd
Copy link
Member

As a follow up to c461e20 ("make: Remove version from build output path"), only support building a single version of a single board by default. The build directory can still be specified by passing BUILD.

Fixes running the clean target when BUILD is a custom value or BOARD isn't set.

Fixes: b03c960 ("make: Reduce build output")

As a follow up to c461e20 ("make: Remove version from build output
path"), only support building a single version of a single board by
default. The build directory can still be specified by passing `BUILD`.

Fixes running the `clean` target when `BUILD` is a custom value or
`BOARD` isn't set.

Fixes: b03c960 ("make: Reduce build output")
Signed-off-by: Tim Crawford <[email protected]>
@crawfxrd crawfxrd requested review from a team October 12, 2023 18:45
Copy link
Member

@jacobgkau jacobgkau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Building on the CLI still works.

@crawfxrd crawfxrd merged commit 01be30f into master Oct 12, 2023
41 checks passed
@crawfxrd crawfxrd deleted the fix-clean branch October 12, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants