HomeFreeBSD

Stop passing MK_WARNS=no for bootstrap tools

Description

Stop passing MK_WARNS=no for bootstrap tools

I got annoyed by the number of warnings that the CheriBSD build was
emitting. It turns out that we are emitting lots of warnings during
bootstrap because bootstrap tools are built with the default compiler
flags and ignore the warnings flags that are set in bsd.sys.mk.

Looking at git blame, it appears that MK_WARNS=no has been passed since
rS112869, replacing the -DNO_WERROR option that was added in rS87775.

This commit changes MK_WARNS=no back to -DNO_WERROR. We need to pass
-DNO_WERROR, since the system compiler might have new warnings that we
don't know about yet, and we shouldn't fail the build in that case.

Reviewed By: imp, brooks
Differential Revision: https://reviews.freebsd.org/D27598

Details

Provenance
arichardsonAuthored on Jan 6 2021, 5:52 PM
Reviewer
imp
Differential Revision
D27598: Stop passing MK_WARNS=no for bootstrap tools
Parents
rG7467c537a50e: Fix warnings during bootstrap phase on macOS
Branches
Unknown
Tags
Unknown