Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules/compat_netbsd32 Include newly-created ...



details:   https://anonhg.NetBSD.org/src/rev/9e945b53ef09
branches:  pgoyette-compat
changeset: 447410:9e945b53ef09
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 10 03:44:20 2019 +0000

description:
Include newly-created files in compat_netbsd32 module build.  Missed
this when resolving conflicts in most recent sync-with-HEAD

diffstat:

 sys/modules/compat_netbsd32/Makefile |  27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diffs (41 lines):

diff -r 1a4c5687b24c -r 9e945b53ef09 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Wed Jan 09 10:38:21 2019 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Thu Jan 10 03:44:20 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20.12.16 2018/11/26 12:25:19 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.20.12.17 2019/01/10 03:44:20 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -25,18 +25,19 @@
 CPPFLAGS+=     -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
 
 .PATH: ${S}/compat/netbsd32
-SRCS+= netbsd32_core.c netbsd32_event.c
-SRCS+= netbsd32_exec_elf32.c
-SRCS+= netbsd32_execve.c netbsd32_fs.c
-SRCS+= netbsd32_ioctl.c
-SRCS+= netbsd32_kern_proc.c
-SRCS+= netbsd32_lwp.c netbsd32_netbsd.c
-SRCS+= netbsd32_select.c
-SRCS+= netbsd32_sem.c netbsd32_signal.c
-SRCS+= netbsd32_socket.c netbsd32_syscalls.c
-SRCS+= netbsd32_sysctl.c netbsd32_sysent.c
-SRCS+= netbsd32_time.c netbsd32_wait.c
-SRCS+= netbsd32_mod.c netbsd32_module.c
+SRCS+= netbsd32_core.c         netbsd32_event.c
+SRCS+= netbsd32_exec_elf32.c   netbsd32_execve.c
+SRCS+= netbsd32_fd.c           netbsd32_fs.c
+SRCS+= netbsd32_ioctl.c        netbsd32_kern_proc.c
+SRCS+= netbsd32_lwp.c          netbsd32_mod.c
+SRCS+= netbsd32_netbsd.c       netbsd32_quota.c
+SRCS+= netbsd32_rlimit.c       netbsd32_select.c
+SRCS+= netbsd32_sem.c          netbsd32_signal.c
+SRCS+= netbsd32_socket.c       netbsd32_syscalls.c
+SRCS+= netbsd32_sysctl.c       netbsd32_sysent.c
+SRCS+= netbsd32_time.c         netbsd32_wait.c 
+SRCS+= netbsd32_vm.c
+SRCS+= netbsd32_module.c
 
 .if ${MACHINE_CPU} != "mips" && ${MACHINE_CPU} != "powerpc"
 CPPFLAGS+=     -DEXEC_AOUT -DCOMPAT_NOMID



Home | Main Index | Thread Index | Old Index