Page MenuHomeFreeBSD

Rework documentation of OLD_*.
ClosedPublic

Authored by jhb on Jan 11 2022, 7:21 PM.
Tags
None
Referenced Files
F107127037: D33847.diff
Fri, Jan 10, 1:10 PM
Unknown Object (File)
Dec 6 2024, 2:28 PM
Unknown Object (File)
Dec 2 2024, 12:05 AM
Unknown Object (File)
Nov 6 2024, 7:07 AM
Unknown Object (File)
Oct 27 2024, 8:48 AM
Unknown Object (File)
Oct 23 2024, 5:35 PM
Unknown Object (File)
Oct 3 2024, 7:55 AM
Unknown Object (File)
Oct 1 2024, 11:43 AM
Subscribers
None

Details

Summary
  • Be more explicit in the difference between OLD_DIRS and OLD_FILES (the former is only in delete-old-libs whereas the latter is in delete-old).
  • Document that debug symbols in /usr/lib/debug/ for files in OLD_FILES and OLD_LIBS are removed as well.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43859
Build 40747: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 11 2022, 7:21 PM
jhb created this revision.
ObsoleteFiles.inc
10

This seems to imply that delete-old excludes OLD_LIBS?

ObsoleteFiles.inc
10

That's because it does exclude OLD_LIBS. check-old lists all of them but delete-old excludes OLD_LIBS on purpose (that's the entire point of OLD_LIBS AFAICT).

This revision is now accepted and ready to land.Jan 14 2022, 2:21 AM

Add a note explaining why we separate delete-old-libs from delete-old.

This revision now requires review to proceed.Jan 18 2022, 6:54 PM
This revision is now accepted and ready to land.Jan 18 2022, 7:55 PM