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 Do not include bsd.kinc.mk in each arc...
details: https://anonhg.NetBSD.org/src/rev/7fd6b6a77738
branches: trunk
changeset: 328578:7fd6b6a77738
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Apr 08 11:39:57 2014 +0000
description:
Do not include bsd.kinc.mk in each arch Makefile, it's already pulled
by bsd.syscall.mk (from Makefile.inc).
diffstat:
sys/compat/linux/arch/alpha/Makefile | 3 +--
sys/compat/linux/arch/amd64/Makefile | 3 +--
sys/compat/linux/arch/arm/Makefile | 3 +--
sys/compat/linux/arch/i386/Makefile | 3 +--
sys/compat/linux/arch/m68k/Makefile | 3 +--
sys/compat/linux/arch/mips/Makefile | 3 +--
sys/compat/linux/arch/powerpc/Makefile | 3 +--
sys/compat/linux/arch/sparc/Makefile | 3 +--
sys/compat/linux/arch/sparc64/Makefile | 3 +--
9 files changed, 9 insertions(+), 18 deletions(-)
diffs (81 lines):
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/alpha/Makefile
--- a/sys/compat/linux/arch/alpha/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/alpha/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:37 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/amd64/Makefile
--- a/sys/compat/linux/arch/amd64/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/amd64/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 2005/12/11 12:20:14 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/arm/Makefile
--- a/sys/compat/linux/arch/arm/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/arm/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.1 2002/01/14 23:14:35 bjh21 Exp $
+# $NetBSD: Makefile,v 1.2 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/i386/Makefile
--- a/sys/compat/linux/arch/i386/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/i386/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:38 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/m68k/Makefile
--- a/sys/compat/linux/arch/m68k/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/m68k/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/mips/Makefile
--- a/sys/compat/linux/arch/mips/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/mips/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/powerpc/Makefile
--- a/sys/compat/linux/arch/powerpc/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/powerpc/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/sparc/Makefile
--- a/sys/compat/linux/arch/sparc/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/sparc/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
diff -r ce9981365301 -r 7fd6b6a77738 sys/compat/linux/arch/sparc64/Makefile
--- a/sys/compat/linux/arch/sparc64/Makefile Tue Apr 08 02:19:54 2014 +0000
+++ b/sys/compat/linux/arch/sparc64/Makefile Tue Apr 08 11:39:57 2014 +0000
@@ -1,4 +1,3 @@
-# $NetBSD: Makefile,v 1.2 1998/10/03 20:17:39 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/08 11:39:57 njoly Exp $
.include <../../Makefile.inc>
-.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index