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)
Sun, Jan 5, 1:05 PM
Unknown Object (File)
Sat, Jan 4, 8:10 PM
Unknown Object (File)
Nov 21 2024, 12:34 PM
Unknown Object (File)
Nov 15 2024, 4:58 PM
Unknown Object (File)
Nov 10 2024, 2:47 AM
Unknown Object (File)
Oct 8 2024, 11:57 AM
Unknown Object (File)
Sep 17 2024, 4:34 AM
Unknown Object (File)
Sep 15 2024, 9:59 PM
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.