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

makefile: fix 'logged' variant of run env #1718

Merged
merged 1 commit into from
Oct 10, 2023
Merged

makefile: fix 'logged' variant of run env #1718

merged 1 commit into from
Oct 10, 2023

Conversation

bnewbold
Copy link
Collaborator

@bnewbold bnewbold commented Oct 7, 2023

Little ittybitty Makefile fix. This is a common gotcha (need to update PHONY and the actual command), not sure how to avoid the footgun though.

@bnewbold bnewbold requested a review from dholms October 7, 2023 01:33
Copy link
Member

@estrattonbailey estrattonbailey left a comment

Choose a reason for hiding this comment

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

Looks right. What's the footgun here?

Copy link
Collaborator

@devinivy devinivy left a comment

Choose a reason for hiding this comment

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

💎

@bnewbold bnewbold merged commit 112b1fe into main Oct 10, 2023
@bnewbold bnewbold deleted the bnewbold/fix-make branch October 10, 2023 00:41
@bnewbold
Copy link
Collaborator Author

@estrattonbailey the footgun is adding a new make target via copy/paste, and only updating the PHONY line, or only updating the name of the target, and not updating both together.

mloar pushed a commit to mloar/atproto that referenced this pull request Nov 15, 2023
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