[Bug 269366] installworld calls cc breaking nanobsd build

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Feb 2023 17:20:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269366

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=cbf64e2dd59c3579c49acbc52659eaa1ddceb557

commit cbf64e2dd59c3579c49acbc52659eaa1ddceb557
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-02-08 23:19:49 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-27 17:18:59 +0000

    nanobsd: Better NANO_OBJ if NANO_LAYOUT is set

    If NANO_LAYOUT is set, then use
/usr/obj/nanobsd.${NANO_NAME}.${NANO_LAYOUT}
    instead of the current /usr/obj/nanobsd.${NANO_NAME} to allow multiple
layouts
    to be built w/o errors due to the time-skew that creates.

    PR: 269366
    Suggested by: Eugene Grosbein
    Sponsored by: Netflix

 tools/tools/nanobsd/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.