cpython/Misc/NEWS.d/next/Build
Gregory Szorc a6bcc8fb92
gh-104490: Consistently define phony make targets (#104491)
By convention make targets that don't refer to a file have a dependency
on the fake .PHONY target/file. This ensures that these targets are
always evaluated because there is no rule to create a .PHONY file
and that will force make to think the rule is out of date and needs
to be rebuilt.

This commit consistently associates virtual targets with .PHONY by
declaring the .PHONY dependency immediately above the make rule. This
should avoid race conditions and avoidable rebuilds across multiple make
invocations.
2023-05-15 08:48:34 +00:00
..
2022-06-20-15-15-11.gh-issue-90656.kFBbKe.rst gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939) 2023-05-09 09:19:40 +00:00
2022-12-18-07-24-44.gh-issue-100220.BgSV7C.rst gh-100220: Fix error handling in make rules (GH-100328) 2023-04-07 13:23:59 -05:00
2023-02-11-05-31-05.gh-issue-99069.X4LDvY.rst gh-99069: Consolidate checks for static_assert (#94766) 2023-04-05 17:09:19 +02:00
2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst gh-103532: Fix reST syntax in NEWS entry (GH-103544) 2023-04-14 11:03:28 -05:00
2023-05-04-10-56-14.gh-issue-104106.-W9BJS.rst gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) 2023-05-05 12:27:25 +09:00
2023-05-14-19-00-19.gh-issue-104490.1tA4AF.rst gh-104490: Consistently define phony make targets (#104491) 2023-05-15 08:48:34 +00:00
2023-05-15-09-34-08.gh-issue-99017.nToOQu.rst gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488) 2023-05-15 08:02:44 +00:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *Build* section in this directory.

.. _blurb: https://pypi.org/project/blurb/