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 #1541

Merged
merged 1 commit into from
Mar 2, 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>
@dlorenc dlorenc merged commit 292fae1 into sigstore:main Mar 2, 2022
@github-actions github-actions bot added this to the v1.6.0 milestone Mar 2, 2022
@k4leung4 k4leung4 deleted the make branch March 8, 2022 23:12
mlieberman85 pushed a commit to mlieberman85/cosign that referenced this pull request May 6, 2022
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
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.

2 participants