]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100220: Fix error handling in make rules (GH-100328)
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Apr 2023 18:23:59 +0000 (18:23 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 18:23:59 +0000 (13:23 -0500)
commita90863c993157ae65e040476cf46abd73ae54b4a
tree3546014c57273c72681505fb9095f5f4ff15bfcb
parent2667452945eb0a3b8993bb4298ca8da54dc0155a
gh-100220: Fix error handling in make rules (GH-100328)

Set `SHELL = /bin/sh -e` to ensure that complex recipes fail on the first error rather than incorrectly reporting success.

Co-authored-by: Zachary Ware <zach@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-12-18-07-24-44.gh-issue-100220.BgSV7C.rst [new file with mode: 0644]