Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch don't descend to sparc and sparc64, th...



details:   https://anonhg.NetBSD.org/src/rev/d5207fcb2740
branches:  trunk
changeset: 846279:d5207fcb2740
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Nov 09 22:02:45 2019 +0000

description:
don't descend to sparc and sparc64, they don't have syscalls.master
so it just errors out

diffstat:

 sys/compat/linux/arch/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r d6721c597ea2 -r d5207fcb2740 sys/compat/linux/arch/Makefile
--- a/sys/compat/linux/arch/Makefile    Sat Nov 09 19:54:09 2019 +0000
+++ b/sys/compat/linux/arch/Makefile    Sat Nov 09 22:02:45 2019 +0000
@@ -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 $
 
-SUBDIR=alpha amd64 arm i386 m68k mips powerpc sparc sparc64
+# XXX sparc sparc64 exist but have no syscalls.master
+SUBDIR=alpha amd64 arm i386 m68k mips powerpc
+
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index