diff options
| author | bluhm <> | 2019-04-24 20:25:19 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-04-24 20:25:19 +0000 |
| commit | f7a4dbdda490657a6a0c9e5f0d7617f4393a9dbe (patch) | |
| tree | 530a433a33a8dc805cc7abe536d03341a08c951d | |
| parent | cc55f6356e1fd374857a0241605a03febf85a495 (diff) | |
| download | openbsd-f7a4dbdda490657a6a0c9e5f0d7617f4393a9dbe.tar.gz openbsd-f7a4dbdda490657a6a0c9e5f0d7617f4393a9dbe.tar.bz2 openbsd-f7a4dbdda490657a6a0c9e5f0d7617f4393a9dbe.zip | |
Do not check for working go executable during make clean cleandir obj.
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/wycheproof/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 4359db438c..0fcde086f7 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2018/09/22 00:10:18 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/04/24 20:25:19 bluhm Exp $ |
| 2 | 2 | ||
| 3 | .if ! (make(clean) || make(cleandir) || make(obj)) | ||
| 3 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" | 4 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" |
| 5 | .endif | ||
| 4 | 6 | ||
| 5 | .if empty(GO_VERSION) | 7 | .if empty(GO_VERSION) |
| 6 | regress: | 8 | regress: |
