diff options
author | tb <> | 2022-12-04 19:31:13 +0000 |
---|---|---|
committer | tb <> | 2022-12-04 19:31:13 +0000 |
commit | b9ebe1afae8c014cb6a2f888ece3171de1fda423 (patch) | |
tree | 0828a9861a649f0c666c93f05d938a42cdef10a6 /src/regress/lib/libssl/rust-openssl | |
parent | fe8cb345ce38f8f9987d4769df7eb413fd59ee02 (diff) | |
download | openbsd-b9ebe1afae8c014cb6a2f888ece3171de1fda423.tar.gz openbsd-b9ebe1afae8c014cb6a2f888ece3171de1fda423.tar.bz2 openbsd-b9ebe1afae8c014cb6a2f888ece3171de1fda423.zip |
zap weird spaces $EDITOR added in previous
Diffstat (limited to 'src/regress/lib/libssl/rust-openssl')
-rw-r--r-- | src/regress/lib/libssl/rust-openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/rust-openssl/Makefile b/src/regress/lib/libssl/rust-openssl/Makefile index 12bc319851..2a08dfea88 100644 --- a/src/regress/lib/libssl/rust-openssl/Makefile +++ b/src/regress/lib/libssl/rust-openssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2022/12/03 11:35:34 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2022/12/04 19:31:13 tb Exp $ |
2 | 2 | ||
3 | RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests | 3 | RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests |
4 | CARGO = /usr/local/bin/cargo | 4 | CARGO = /usr/local/bin/cargo |
@@ -45,7 +45,7 @@ CARGO_CC=cc | |||
45 | 45 | ||
46 | rust-openssl-test: ${_WORKSPACE_COOKIE} | 46 | rust-openssl-test: ${_WORKSPACE_COOKIE} |
47 | cd ${.OBJDIR} && env CC=${CARGO_CC} \ | 47 | cd ${.OBJDIR} && env CC=${CARGO_CC} \ |
48 | cargo test --offline --color=never -- --color=never | 48 | cargo test --offline --color=never -- --color=never |
49 | 49 | ||
50 | CLEANFILES += ${_WORKSPACE_COOKIE} ${WORKSPACE_LINKS} | 50 | CLEANFILES += ${_WORKSPACE_COOKIE} ${WORKSPACE_LINKS} |
51 | 51 | ||