On Thu, Oct 15, 2020 at 05:44:45PM +0000, Micha? G?rny wrote: > Module Name: src > Committed By: mgorny > Date: Thu Oct 15 17:44:45 UTC 2020 > > Modified Files: > src/distrib/sets/lists/tests: mi > src/etc/mtree: NetBSD.dist.tests > src/tests/sys: Makefile > Added Files: > src/tests/sys/x86: Makefile t_convert_xmm_s87.c > > Log Message: > Add tests for process_xmm_to_s87() and process_s87_to_xmm()
This breaks all non-x86 builds, you need to consistently use the same conditions for the makefiles, set lists and mtree files. Probably easiest way out: create the directories always (but leave empty on non-x86). Alternative: do not use arch specific sub dirs. Martin