Page MenuHomeFreeBSD

libcrypto: Add buildasm and cleanasm targets
ClosedPublic

Authored by jhb on Aug 24 2023, 7:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 4:09 PM
Unknown Object (File)
Wed, Oct 29, 1:08 PM
Unknown Object (File)
Wed, Oct 29, 12:46 PM
Unknown Object (File)
Wed, Oct 29, 11:06 AM
Unknown Object (File)
Wed, Oct 29, 11:05 AM
Unknown Object (File)
Wed, Oct 29, 7:32 AM
Unknown Object (File)
Wed, Oct 29, 7:26 AM
Unknown Object (File)
Mon, Oct 27, 3:59 AM
Subscribers

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 28 2023, 4:20 PM
emaste added inline comments.
secure/lib/libcrypto/Makefile
610

should we stick this list in a variable to share it between the two targets?

secure/lib/libcrypto/Makefile
610

Yeah, ASM_ARCHES maybe. Alternatively we could do some kind of funky replacement expression on ${.TARGET} to turn buildasm into all and cleanasm into clean.

This revision was automatically updated to reflect the committed changes.