diff options
author | bluhm <> | 2019-04-24 22:45:54 +0000 |
---|---|---|
committer | bluhm <> | 2019-04-24 22:45:54 +0000 |
commit | b32cd2c81ba1356d869269a3601fce2eb7b17c41 (patch) | |
tree | 3a8bf5b9c082e1635b0d123127d816c48890978b /src | |
parent | ebf7b29474ce5ddc99e0872fc3768101b953dcfe (diff) | |
download | openbsd-b32cd2c81ba1356d869269a3601fce2eb7b17c41.tar.gz openbsd-b32cd2c81ba1356d869269a3601fce2eb7b17c41.tar.bz2 openbsd-b32cd2c81ba1356d869269a3601fce2eb7b17c41.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: |