Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Move .PHONY to each section to avoid copy/paste omissions#972

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JelleZijlstra merged 1 commit intopython:mainfromhugovk:fix-phony-targets
Oct 21, 2022

Conversation

@hugovk
Copy link
Member

@hugovkhugovk commentedOct 21, 2022
edited
Loading

Similar topython/cpython#98189, the list of phony targets in theMakefile had got out of sync with the commands:clean-venv,ensure-venv andserve were missing.

I expect it will happen again because it's easy to copy and paste a target and not realise/remember to update the list of.PHONY targets at the top of the file.

Let's do as@zware suggested inpython/cpython#98189 (comment) and put each one right next to its target.

We do this atPillow and at work, it helps a lot.

(See alsopython/cpython#98266 to update the CPython docs Makefile andpython/peps#2841 for PEPs.)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JelleZijlstraJelleZijlstraJelleZijlstra approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk@JelleZijlstra

[8]ページ先頭

©2009-2025 Movatter.jp