Page MenuHomeFreeBSD

Strip __RCSID() and __SCCSID() strings by default when building libc.
ClosedPublic

Authored by jhb on Jun 15 2018, 6:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 12:02 AM
Unknown Object (File)
Oct 13 2023, 5:53 PM
Unknown Object (File)
Oct 12 2023, 4:23 PM
Unknown Object (File)
Sep 17 2023, 11:59 AM
Unknown Object (File)
Sep 17 2023, 11:58 AM
Unknown Object (File)
Sep 17 2023, 11:57 AM
Unknown Object (File)
Sep 2 2023, 3:19 PM
Unknown Object (File)
Aug 13 2023, 6:14 AM
Subscribers
None

Details

Summary

This is in preparation for changes to update the various ID strings in
libc's source. CSRG ID strings will use SCCSID() and there are some
existing uses of
RCSID() for NetBSD ID strings already. These are
generally under either an explicit #if 0 or an #ifdef LIBC_SCCS so are
off by default and this change preserves that existing behavior.

Test Plan
  • build a libc with this change (and some other changes in libc sources to update ID strings) and verify the .comment contents are still the same

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jul 3 2018, 4:46 PM
This revision was automatically updated to reflect the committed changes.