Page MenuHomeFreeBSD

Update OptionalObsoleteFiles.inc after 021385aba562
ClosedPublic

Authored by arichardson on Sep 20 2021, 8:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 10, 11:04 AM
Unknown Object (File)
Sat, Jan 25, 7:45 PM
Unknown Object (File)
Fri, Jan 24, 7:17 PM
Unknown Object (File)
Tue, Jan 14, 10:57 PM
Unknown Object (File)
Tue, Jan 14, 10:27 PM
Unknown Object (File)
Jan 14 2025, 10:20 PM
Unknown Object (File)
Jan 14 2025, 10:00 AM
Unknown Object (File)
Jan 5 2025, 8:05 PM

Details

Summary

I forgot to update this file so make delete-old would incorrectly remove
the newly-installed LLVM binutils. While touching the file also update
for 8e1c989abbd1 since ObsoleteFiles.inc now inludes the tablegen binaries.

Reported by: Herbert J. Skuhra <herbert@gojira.at>

Diff Detail

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

Event Timeline

tools/build/mk/OptionalObsoleteFiles.inc
1222

Is && correct? If CLANG is on but LLVM_BINUTILS is not we want to remove them?

tools/build/mk/OptionalObsoleteFiles.inc
1222

If MK_CLANG==yes and MK_LLVM_BINUTILS==no we should keep the files (same for MK_CLANG==no and MK_LLVM_BINUTILS==yes), so this condition should be correct?
Right now they are deleted in the second case.

tools/build/mk/OptionalObsoleteFiles.inc
1222

Oh, right - I misremembered how LLVM_BINUTILS works.

This revision is now accepted and ready to land.Sep 20 2021, 2:04 PM