artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f99dc4
)
Print skipped on non applicable architectures.
author
anton
<anton@openbsd.org>
Thu, 8 Dec 2022 12:14:11 +0000
(12:14 +0000)
committer
anton
<anton@openbsd.org>
Thu, 8 Dec 2022 12:14:11 +0000
(12:14 +0000)
regress/misc/sse2/Makefile
patch
|
blob
|
history
diff --git
a/regress/misc/sse2/Makefile
b/regress/misc/sse2/Makefile
index
be58f14
..
555d36d
100644
(file)
--- a/
regress/misc/sse2/Makefile
+++ b/
regress/misc/sse2/Makefile
@@
-1,5
+1,10
@@
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
SUBDIR+= libbar foo
+
+.elif make(regress) || make(all)
+${.TARGETS}:
+ @echo Cannot run on ${MACHINE_ARCH}
+ @echo SKIPPED
.endif
.include <bsd.subdir.mk>