Date: Sun, 01 Sep 2024 06:29:45 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 281151] [patch] source upgrade path broken for stable/12 to stable/13 due to bmake Message-ID: <bug-281151-227-s6Q6w0NSET@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281151-227@https.bugs.freebsd.org/bugzilla/> References: <bug-281151-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281151 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D2d203f534baef0568989555ebd2627813= 4ef4c6b commit 2d203f534baef0568989555ebd26278134ef4c6b Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2024-09-01 06:29:19 +0000 Commit: Simon J. Gerraty <sjg@FreeBSD.org> CommitDate: 2024-09-01 06:29:19 +0000 bmake/unit-tests/Makefile use _shell Set _shell like later versions of bmake so that .SHELL does not appear in conditionals. This avoids errors when an older version of bmake parses this makefile such as when doing src upgrade from stable/12 or older. Direct commit to stable/13 since this is the only branch where this issue arrises. PR: 281151 usr.bin/bmake/unit-tests/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281151-227-s6Q6w0NSET>