Page MenuHomeFreeBSD

Update OptionalObsoleteFiles.inc after 021385aba562
ClosedPublic

Authored by arichardson on Sep 20 2021, 8:48 AM.
Tags
None
Referenced Files
F161492777: D32022.id97449.diff
Sat, Jul 4, 6:48 AM
Unknown Object (File)
Fri, Jul 3, 2:10 AM
Unknown Object (File)
Thu, Jul 2, 11:38 PM
Unknown Object (File)
Thu, Jul 2, 10:01 PM
Unknown Object (File)
Wed, Jul 1, 7:57 AM
Unknown Object (File)
Tue, Jun 30, 3:39 AM
Unknown Object (File)
Mon, Jun 29, 12:34 PM
Unknown Object (File)
Sun, Jun 28, 10:31 AM

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