Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Do not install bus.h.



details:   https://anonhg.NetBSD.org/src/rev/bfaa739a23b8
branches:  trunk
changeset: 767403:bfaa739a23b8
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jul 17 23:52:12 2011 +0000

description:
Do not install bus.h.

diffstat:

 sys/arch/arm/include/Makefile       |  4 ++--
 sys/arch/landisk/include/Makefile   |  4 ++--
 sys/arch/netwinder/include/Makefile |  4 ++--
 sys/arch/sbmips/include/Makefile    |  4 ++--
 sys/arch/sh3/include/Makefile       |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r 6373e137b3cf -r bfaa739a23b8 sys/arch/arm/include/Makefile
--- a/sys/arch/arm/include/Makefile     Sun Jul 17 23:50:05 2011 +0000
+++ b/sys/arch/arm/include/Makefile     Sun Jul 17 23:52:12 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.39 2011/07/17 20:54:37 joerg Exp $
+#      $NetBSD: Makefile,v 1.40 2011/07/17 23:52:12 dyoung Exp $
 
 INCSDIR= /usr/include/arm
 
 INCS=  ansi.h aout_machdep.h armreg.h asm.h atomic.h \
-       bswap.h byte_swap.h bus.h \
+       bswap.h byte_swap.h \
        cdefs.h cpu.h \
        disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \
diff -r 6373e137b3cf -r bfaa739a23b8 sys/arch/landisk/include/Makefile
--- a/sys/arch/landisk/include/Makefile Sun Jul 17 23:50:05 2011 +0000
+++ b/sys/arch/landisk/include/Makefile Sun Jul 17 23:52:12 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2011/07/17 20:54:42 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/07/17 23:53:41 dyoung Exp $
 
 INCSDIR= /usr/include/landisk
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       bootinfo.h bswap.h bus.h \
+       bootinfo.h bswap.h \
        button.h \
        cdefs.h coff_machdep.h cpu.h cputypes.h \
        db_machdep.h disklabel.h \
diff -r 6373e137b3cf -r bfaa739a23b8 sys/arch/netwinder/include/Makefile
--- a/sys/arch/netwinder/include/Makefile       Sun Jul 17 23:50:05 2011 +0000
+++ b/sys/arch/netwinder/include/Makefile       Sun Jul 17 23:52:12 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.22 2011/07/17 20:54:44 joerg Exp $
+#      $NetBSD: Makefile,v 1.23 2011/07/17 23:53:41 dyoung Exp $
 
 INCSDIR= /usr/include/netwinder
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       bswap.h bus.h \
+       bswap.h \
        cdefs.h cpu.h \
        disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \
diff -r 6373e137b3cf -r bfaa739a23b8 sys/arch/sbmips/include/Makefile
--- a/sys/arch/sbmips/include/Makefile  Sun Jul 17 23:50:05 2011 +0000
+++ b/sys/arch/sbmips/include/Makefile  Sun Jul 17 23:52:12 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2011/07/17 20:54:46 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2011/07/17 23:53:41 dyoung Exp $
 
 INCSDIR= /usr/include/sbmips
 
-# XXXcgd need local: bus.h pci_machdep.h
+# XXXcgd need local: pci_machdep.h
 # XXXcgd need export: intr.h
 
 INCS=  ansi.h asm.h \
diff -r 6373e137b3cf -r bfaa739a23b8 sys/arch/sh3/include/Makefile
--- a/sys/arch/sh3/include/Makefile     Sun Jul 17 23:50:05 2011 +0000
+++ b/sys/arch/sh3/include/Makefile     Sun Jul 17 23:52:12 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.25 2011/07/17 20:54:47 joerg Exp $
+#      $NetBSD: Makefile,v 1.26 2011/07/17 23:52:12 dyoung Exp $
 
 INCSDIR= /usr/include/sh3
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       bswap.h bus.h byte_swap.h \
+       bswap.h byte_swap.h \
        cdefs.h coff_machdep.h cpu.h cputypes.h \
        disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \



Home | Main Index | Thread Index | Old Index