Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Feb 2023 03:29:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269366] installworld calls cc breaking nanobsd build
Message-ID:  <bug-269366-227-uqP3S6ZvbV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269366-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269366-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=3D269366

--- Comment #3 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Warner Losh from comment #1)

May I suggest to change default for NANO_OBJ to depend on NANO_LAYOUT? Add a
suffix .${NANO_LAYOUT} if NANO_LAYOUT not empty.

=3D: ${NANO_OBJ:=3D/usr/obj/nanobsd.${NANO_NAME}}
+: ${NANO_OBJ:=3D/usr/obj/nanobsd.${NANO_NAME}${NANO_LAYOUT:+.${NANO_LAYOUT=
}}

So first change to NANO_LAYOUT would not break build like in my case. And k=
eep
already populated obj intact so it could be reused if needed with another
nanobsd config file.

--=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-269366-227-uqP3S6ZvbV>