Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern/arch Apparently new source files n...
details: https://anonhg.NetBSD.org/src/rev/4935ad84ea5b
branches: trunk
changeset: 337663:4935ad84ea5b
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Apr 22 20:10:56 2015 +0000
description:
Apparently new source files need to be added to each Makefile.inc
individually. Who comes up with this kind of crappy build infra?
diffstat:
sys/rump/librump/rumpkern/arch/alpha/Makefile.inc | 4 ++--
sys/rump/librump/rumpkern/arch/arm/Makefile.inc | 4 ++--
sys/rump/librump/rumpkern/arch/mips/Makefile.inc | 3 ++-
sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc | 3 ++-
4 files changed, 8 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r bc2125617aa6 -r 4935ad84ea5b sys/rump/librump/rumpkern/arch/alpha/Makefile.inc
--- a/sys/rump/librump/rumpkern/arch/alpha/Makefile.inc Wed Apr 22 19:48:01 2015 +0000
+++ b/sys/rump/librump/rumpkern/arch/alpha/Makefile.inc Wed Apr 22 20:10:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2014/02/12 22:28:43 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.4 2015/04/22 20:10:56 pooka Exp $
#
# some stubs
@@ -8,4 +8,4 @@
SRCS+= kobj_machdep.c
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
-SRCS+= rump_generic_cpu.c rump_generic_pmap.c
+SRCS+= rump_generic_abi.c rump_generic_cpu.c rump_generic_pmap.c
diff -r bc2125617aa6 -r 4935ad84ea5b sys/rump/librump/rumpkern/arch/arm/Makefile.inc
--- a/sys/rump/librump/rumpkern/arch/arm/Makefile.inc Wed Apr 22 19:48:01 2015 +0000
+++ b/sys/rump/librump/rumpkern/arch/arm/Makefile.inc Wed Apr 22 20:10:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2014/06/17 08:50:48 alnsn Exp $
+# $NetBSD: Makefile.inc,v 1.5 2015/04/22 20:10:56 pooka Exp $
CPPFLAGS+= -DARCH_ELFSIZE=32
@@ -6,4 +6,4 @@
SRCS+= kobj_machdep.c
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
-SRCS+= rump_generic_cpu.c rump_generic_pmap.c
+SRCS+= rump_generic_abi.c rump_generic_cpu.c rump_generic_pmap.c
diff -r bc2125617aa6 -r 4935ad84ea5b sys/rump/librump/rumpkern/arch/mips/Makefile.inc
--- a/sys/rump/librump/rumpkern/arch/mips/Makefile.inc Wed Apr 22 19:48:01 2015 +0000
+++ b/sys/rump/librump/rumpkern/arch/mips/Makefile.inc Wed Apr 22 20:10:56 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.2 2014/02/12 22:28:43 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.3 2015/04/22 20:10:56 pooka Exp $
CPPFLAGS+= -DARCH_ELFSIZE=32
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
+SRCS+= rump_generic_abi.c
SRCS+= rump_generic_cpu.c rump_generic_kobj.c rump_generic_pmap.c
diff -r bc2125617aa6 -r 4935ad84ea5b sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc
--- a/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc Wed Apr 22 19:48:01 2015 +0000
+++ b/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc Wed Apr 22 20:10:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2014/03/07 05:49:05 matt Exp $
+# $NetBSD: Makefile.inc,v 1.6 2015/04/22 20:10:56 pooka Exp $
.if ${MACHINE_ARCH} == "powerpc" \
|| (defined(MLIBDIR) && "${MLIBDIR}" == "powerpc")
@@ -8,4 +8,5 @@
.endif
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
+SRCS+= rump_generic_abi.c
SRCS+= rump_generic_cpu.c rump_generic_kobj.c rump_generic_pmap.c
Home |
Main Index |
Thread Index |
Old Index