summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbluhm <>2019-04-24 20:25:19 +0000
committerbluhm <>2019-04-24 20:25:19 +0000
commitebf7b29474ce5ddc99e0872fc3768101b953dcfe (patch)
tree530a433a33a8dc805cc7abe536d03341a08c951d
parent35db5842f72fc4abfbcacee92391ad0531e560d4 (diff)
downloadopenbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.tar.gz
openbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.tar.bz2
openbsd-ebf7b29474ce5ddc99e0872fc3768101b953dcfe.zip
Do not check for working go executable during make clean cleandir obj.
-rw-r--r--src/regress/lib/libcrypto/wycheproof/Makefile4
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))
3GO_VERSION != sh -c "(go version) 2>/dev/null || true" 4GO_VERSION != sh -c "(go version) 2>/dev/null || true"
5.endif
4 6
5.if empty(GO_VERSION) 7.if empty(GO_VERSION)
6regress: 8regress: