Module Name: src
Committed By: jdolecek
Date: Sat Nov 9 22:02:45 UTC 2019
Modified Files:
src/sys/compat/linux/arch: Makefile
Log Message:
don't descend to sparc and sparc64, they don't have syscalls.master
so it just errors out
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/linux/arch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/Makefile
diff -u src/sys/compat/linux/arch/Makefile:1.1 src/sys/compat/linux/arch/Makefile:1.2
--- src/sys/compat/linux/arch/Makefile:1.1 Mon Jan 16 00:11:42 2017
+++ src/sys/compat/linux/arch/Makefile Sat Nov 9 22:02:45 2019
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/01/16 00:11:42 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/09 22:02:45 jdolecek Exp $
+
+# XXX sparc sparc64 exist but have no syscalls.master
+SUBDIR=alpha amd64 arm i386 m68k mips powerpc
-SUBDIR=alpha amd64 arm i386 m68k mips powerpc sparc sparc64
.include <bsd.subdir.mk>