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

Consistent parenthesis use in Makefile #700

Merged
merged 1 commit into from
Mar 3, 2022
Merged

Conversation

k4leung4
Copy link
Contributor

@k4leung4 k4leung4 commented Mar 2, 2022

Signed-off-by: Kenny Leung kleung@chainguard.dev

Summary

Parenthesis and braces in Makefile are treated the same; https://web.mit.edu/gnu/doc/html/make_6.html#SEC56

We should be consistent and use one or the other, not both.
Since there seems to be more existing use of parenthesis, switching over to that.

Ticket Link

Fixes

Release Note

None

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
@k4leung4 k4leung4 requested review from cpanato and a team as code owners March 2, 2022 22:47
@dlorenc dlorenc merged commit 1a884eb into sigstore:main Mar 3, 2022
@github-actions github-actions bot added this to the v1.0.0 milestone Mar 3, 2022
Copy link
Member

@cpanato cpanato 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

@k4leung4 k4leung4 deleted the make branch March 8, 2022 23:12
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