These targets generate all the assembly files in sys/crypto/openssl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53284 Build 50175: arc lint + arc unit
Event Timeline
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. |