diff options
| author | bluhm <> | 2019-04-24 22:45:54 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-04-24 22:45:54 +0000 |
| commit | 400374505109554a0be630a5c7633425a86ebfb5 (patch) | |
| tree | 3a8bf5b9c082e1635b0d123127d816c48890978b /src | |
| parent | f7a4dbdda490657a6a0c9e5f0d7617f4393a9dbe (diff) | |
| download | openbsd-400374505109554a0be630a5c7633425a86ebfb5.tar.gz openbsd-400374505109554a0be630a5c7633425a86ebfb5.tar.bz2 openbsd-400374505109554a0be630a5c7633425a86ebfb5.zip | |
Do not check for working go executable during make clean cleandir obj.
reminded by jsing@
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libtls/gotls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libtls/gotls/Makefile b/src/regress/lib/libtls/gotls/Makefile index 404aa79caa..ceb9e5ab0a 100644 --- a/src/regress/lib/libtls/gotls/Makefile +++ b/src/regress/lib/libtls/gotls/Makefile | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2016/09/02 21:30:34 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/04/24 22:45:54 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: |
