Page MenuHomeFreeBSD

crunchgen: make special "keep" more useful, break it out
ClosedPublic

Authored by kevans on Nov 8 2023, 6:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 6:59 PM
Unknown Object (File)
Thu, Nov 14, 5:35 AM
Unknown Object (File)
Tue, Nov 5, 8:09 PM
Unknown Object (File)
Oct 18 2024, 10:35 AM
Unknown Object (File)
Oct 17 2024, 10:06 AM
Unknown Object (File)
Oct 16 2024, 8:31 PM
Unknown Object (File)
Oct 15 2024, 3:34 AM
Unknown Object (File)
Oct 13 2024, 3:59 PM
Subscribers

Details

Summary

Right now this prepends a leading underscore, but it's not clear that
it's even used. Preserve the symbol as it comes in instead to make it
more generically useful.

While we're here, break it out to bsd.crunchgen.mk for later use in
bsdbox.

Diff Detail

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

Event Timeline

kevans requested review of this revision.Nov 8 2023, 6:34 AM
imp added inline comments.
usr.sbin/crunch/crunchgen/crunchgen.c
1131

A.out did this for symbol names. I wonder why it didn't die in FreeBSD 3.2

This revision is now accepted and ready to land.Nov 8 2023, 10:49 AM
usr.sbin/crunch/crunchgen/crunchgen.c
1131

Oh, thanks for that context. In that case, I'm just going to drop the UPDATING completely and maybe flag it in relnotes at most.