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)
Mar 16 2024, 11:01 PM
Unknown Object (File)
Mar 9 2024, 2:33 PM
Unknown Object (File)
Mar 9 2024, 2:33 PM
Unknown Object (File)
Mar 9 2024, 2:33 PM
Unknown Object (File)
Mar 9 2024, 2:18 PM
Unknown Object (File)
Dec 28 2023, 4:29 PM
Unknown Object (File)
Dec 28 2023, 4:29 PM
Unknown Object (File)
Dec 28 2023, 4:29 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.