artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96aebfb
)
Skip objc tests with clang.
author
kettenis
<kettenis@openbsd.org>
Mon, 17 Apr 2017 12:54:48 +0000
(12:54 +0000)
committer
kettenis
<kettenis@openbsd.org>
Mon, 17 Apr 2017 12:54:48 +0000
(12:54 +0000)
regress/misc/Makefile
patch
|
blob
|
history
diff --git
a/regress/misc/Makefile
b/regress/misc/Makefile
index
05107dc
..
5821216
100644
(file)
--- a/
regress/misc/Makefile
+++ b/
regress/misc/Makefile
@@
-1,6
+1,12
@@
-# $OpenBSD: Makefile,v 1.
5 2013/07/06 23:06:36 espie
Exp $
+# $OpenBSD: Makefile,v 1.
6 2017/04/17 12:54:48 kettenis
Exp $
-SUBDIR+= X11 c++abi exceptions objc sse2
+.include <bsd.own.mk>
+
+SUBDIR+= X11 c++abi exceptions sse2
+
+.if ${COMPILER_VERSION:L} != "clang"
+SUBDIR+= objc
+.endif
install: