Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/ptrace_common process_machdep.c is mandatory now.



details:   https://anonhg.NetBSD.org/src/rev/9dd5457c328e
branches:  trunk
changeset: 941452:9dd5457c328e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 21 13:30:02 2020 +0000

description:
process_machdep.c is mandatory now.

diffstat:

 sys/modules/ptrace_common/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r b875d4098222 -r 9dd5457c328e sys/modules/ptrace_common/Makefile
--- a/sys/modules/ptrace_common/Makefile        Wed Oct 21 11:15:18 2020 +0000
+++ b/sys/modules/ptrace_common/Makefile        Wed Oct 21 13:30:02 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2020/10/19 19:33:02 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2020/10/21 13:30:02 christos Exp $
 #
 .include "../Makefile.inc"
 
@@ -6,10 +6,8 @@
 
 CPPFLAGS+=     -DPTRACE
 
-.include "machdep.mk"
-
 KMOD=  ptrace_common
-SRCS=  sys_ptrace_common.c process_machdep.c
+SRCS=  sys_ptrace_common.c
 
 WARNS= 3
 



Home | Main Index | Thread Index | Old Index