Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove several dead entries from the x86 makefiles....
details: https://anonhg.NetBSD.org/src/rev/70ce1bb24904
branches: trunk
changeset: 355682:70ce1bb24904
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Aug 09 19:11:13 2017 +0000
description:
Remove several dead entries from the x86 makefiles. Looks like people (me
included) regularly forget to take care of this.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 4 ++--
sys/arch/i386/conf/Makefile.i386 | 6 +++---
sys/arch/xen/conf/Makefile.xen | 9 ++++-----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (64 lines):
diff -r db877eb1a9c0 -r 70ce1bb24904 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Wed Aug 09 18:58:51 2017 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Wed Aug 09 19:11:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.57 2017/02/11 16:02:11 maxv Exp $
+# $NetBSD: Makefile.amd64,v 1.58 2017/08/09 19:11:13 maxv Exp $
# Makefile for NetBSD
#
@@ -73,7 +73,7 @@
locore.o machdep.o: Makefile
acpi_wakeup_low.o amd64func.o busfunc.o cpufunc.o cpu_in_cksum.o: assym.h
-linux_support.o linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
+linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
netbsd32_sigcode.o: assym.h
##
diff -r db877eb1a9c0 -r 70ce1bb24904 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386 Wed Aug 09 18:58:51 2017 +0000
+++ b/sys/arch/i386/conf/Makefile.i386 Wed Aug 09 19:11:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.i386,v 1.185 2015/08/24 14:04:24 uebayasi Exp $
+# $NetBSD: Makefile.i386,v 1.186 2017/08/09 19:11:13 maxv Exp $
# Makefile for NetBSD
#
@@ -83,8 +83,8 @@
## (6) port specific target dependencies
##
-freebsd_sigcode.o i386func.o ibcs2_sigcode.o linux_support.o: assym.h
-linux_sigcode.o lock_stubs.o svr4_sigcode.o mach_sigcode.o: assym.h
+i386func.o: assym.h
+linux_sigcode.o lock_stubs.o: assym.h
cpufunc.o cpu_in_cksum.o pnpbioscall.o bioscall.o: assym.h
mptramp.o: assym.h
acpi_wakeup_low.o busfunc.o: assym.h
diff -r db877eb1a9c0 -r 70ce1bb24904 sys/arch/xen/conf/Makefile.xen
--- a/sys/arch/xen/conf/Makefile.xen Wed Aug 09 18:58:51 2017 +0000
+++ b/sys/arch/xen/conf/Makefile.xen Wed Aug 09 19:11:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.xen,v 1.41 2017/02/02 19:09:08 maxv Exp $
+# $NetBSD: Makefile.xen,v 1.42 2017/08/09 19:11:13 maxv Exp $
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
# Makefile for NetBSD
@@ -115,13 +115,12 @@
##
.if ${XEN_BUILD} == i386
-freebsd_sigcode.o ibcs2_sigcode.o linux_sigcode.o: assym.h
-svr4_sigcode.o mach_sigcode.o: assym.h
-apmcall.o pnpbioscall.o bioscall.o: assym.h
+linux_sigcode.o: assym.h
+pnpbioscall.o bioscall.o: assym.h
mptramp.o: assym.h
.elif ${XEN_BUILD} == amd64
locore.o machdep.o: Makefile
-linux_support.o linux32_sigcode.o netbsd32_sigcode.o: assym.h
+linux32_sigcode.o netbsd32_sigcode.o: assym.h
.endif
busfunc.o cpu_in_cksum.o cpufunc.o lock_stubs.o: assym.h
Home |
Main Index |
Thread Index |
Old Index