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

build: quote CC in Makefile #3196

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Conversation

rfay
Copy link
Contributor

@rfay rfay commented Feb 5, 2025

Some messy setups of ${CC} in the bash environment may have two words, this PR just quotes $(CC) in the Makefile so it doesn't break things in this situation. In my situation, I had export CC='ccache clang' for some complex long-ago build of xtrabackup. With the quotes, this works in this situation. See

and following.

Makefile Show resolved Hide resolved
@jandubois
Copy link
Member

@rfay Please add DCO

@rfay rfay force-pushed the 20250205_quote_CC branch from 1aa6fa3 to 5a030c4 Compare February 6, 2025 15:23
@rfay
Copy link
Contributor Author

rfay commented Feb 6, 2025

DCO Signoff added

Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

@jandubois jandubois merged commit 216d3d6 into lima-vm:master Feb 6, 2025
29 checks passed
@AkihiroSuda AkihiroSuda added this to the v1.0.5 milestone Feb 7, 2025
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.

4 participants