K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-07-03T16:45:49.717021Z K 7 svn:log V 477 Strip __RCSID() and __SCCSID() strings by default when building libc. 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. Differential Revision: https://reviews.freebsd.org/D15830 END