Print skipped on non applicable architectures.
authoranton <anton@openbsd.org>
Thu, 8 Dec 2022 12:14:11 +0000 (12:14 +0000)
committeranton <anton@openbsd.org>
Thu, 8 Dec 2022 12:14:11 +0000 (12:14 +0000)
regress/misc/sse2/Makefile

index be58f14..555d36d 100644 (file)
@@ -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>