Page MenuHomeFreeBSD

Don't omit bsd.compiler.mk for the nested delete-old in buildworld.
ClosedPublic

Authored by jhb on Oct 5 2022, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 4:33 PM
Unknown Object (File)
Oct 3 2024, 11:30 PM
Unknown Object (File)
Oct 3 2024, 9:36 PM
Unknown Object (File)
Oct 3 2024, 9:32 PM
Unknown Object (File)
Oct 3 2024, 7:26 PM
Unknown Object (File)
Oct 3 2024, 6:56 PM
Unknown Object (File)
Oct 2 2024, 11:03 PM
Unknown Object (File)
Oct 2 2024, 10:07 PM
Subscribers
None

Details

Summary

src.opts.mk will need bsd.compiler.mk to determine if CXX is
supported. Without this, src.opts.mk always marks CXX as broken and
attempts to delete all dependencies of MK_CXX from WORLDTMP.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable