From: anton Date: Thu, 8 Dec 2022 12:14:11 +0000 (+0000) Subject: Print skipped on non applicable architectures. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=548b77ec90db580a7abd15271ad1565f70936e4d;p=openbsd Print skipped on non applicable architectures. --- diff --git a/regress/misc/sse2/Makefile b/regress/misc/sse2/Makefile index be58f147fc3..555d36d42c1 100644 --- 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