Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Don't install fp.h anymore
details: https://anonhg.NetBSD.org/src/rev/946be0682098
branches: trunk
changeset: 783887:946be0682098
user: matt <matt%NetBSD.org@localhost>
date: Fri Jan 11 14:09:54 2013 +0000
description:
Don't install fp.h anymore
diffstat:
sys/arch/acorn26/include/Makefile | 4 ++--
sys/arch/acorn32/include/Makefile | 4 ++--
sys/arch/arm/include/Makefile | 4 ++--
sys/arch/cats/include/Makefile | 4 ++--
sys/arch/evbarm/include/Makefile | 4 ++--
sys/arch/hpcarm/include/Makefile | 4 ++--
sys/arch/iyonix/include/Makefile | 4 ++--
sys/arch/netwinder/include/Makefile | 4 ++--
sys/arch/shark/include/Makefile | 4 ++--
sys/arch/zaurus/include/Makefile | 4 ++--
10 files changed, 20 insertions(+), 20 deletions(-)
diffs (180 lines):
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/acorn26/include/Makefile
--- a/sys/arch/acorn26/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/acorn26/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/07/19 16:05:10 dyoung Exp $
+# $NetBSD: Makefile,v 1.12 2013/01/11 14:09:54 matt Exp $
INCSDIR= /usr/include/acorn26
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h irq.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/acorn32/include/Makefile
--- a/sys/arch/acorn32/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/acorn32/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2011/07/19 15:59:52 dyoung Exp $
+# $NetBSD: Makefile,v 1.28 2013/01/11 14:09:54 matt Exp $
INCSDIR= /usr/include/acorn32
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/arm/include/Makefile
--- a/sys/arch/arm/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/arm/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2012/08/15 20:38:49 matt Exp $
+# $NetBSD: Makefile,v 1.44 2013/01/11 14:09:55 matt Exp $
INCSDIR= /usr/include/arm
@@ -7,7 +7,7 @@
cdefs.h cpu.h cpuconf.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
kcore.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/cats/include/Makefile
--- a/sys/arch/cats/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/cats/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/07/17 23:46:49 dyoung Exp $
+# $NetBSD: Makefile,v 1.25 2013/01/11 14:09:55 matt Exp $
INCSDIR= /usr/include/cats
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/evbarm/include/Makefile
--- a/sys/arch/evbarm/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/evbarm/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/07/17 23:46:49 dyoung Exp $
+# $NetBSD: Makefile,v 1.18 2013/01/11 14:09:55 matt Exp $
INCSDIR= /usr/include/evbarm
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/hpcarm/include/Makefile
--- a/sys/arch/hpcarm/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/hpcarm/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2011/07/19 15:37:39 dyoung Exp $
+# $NetBSD: Makefile,v 1.28 2013/01/11 14:09:55 matt Exp $
INCSDIR= /usr/include/hpcarm
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/iyonix/include/Makefile
--- a/sys/arch/iyonix/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/iyonix/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/07/17 23:46:49 dyoung Exp $
+# $NetBSD: Makefile,v 1.8 2013/01/11 14:09:56 matt Exp $
INCSDIR= /usr/include/iyonix
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/netwinder/include/Makefile
--- a/sys/arch/netwinder/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/netwinder/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/07/17 23:53:41 dyoung Exp $
+# $NetBSD: Makefile,v 1.24 2013/01/11 14:09:56 matt Exp $
INCSDIR= /usr/include/netwinder
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/shark/include/Makefile
--- a/sys/arch/shark/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/shark/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/07/19 15:07:42 dyoung Exp $
+# $NetBSD: Makefile,v 1.13 2013/01/11 14:09:56 matt Exp $
INCSDIR= /usr/include/shark
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
diff -r 7ab8a0cb8ae0 -r 946be0682098 sys/arch/zaurus/include/Makefile
--- a/sys/arch/zaurus/include/Makefile Fri Jan 11 14:04:55 2013 +0000
+++ b/sys/arch/zaurus/include/Makefile Fri Jan 11 14:09:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/07/19 15:11:49 dyoung Exp $
+# $NetBSD: Makefile,v 1.8 2013/01/11 14:09:56 matt Exp $
INCSDIR= /usr/include/zaurus
@@ -7,7 +7,7 @@
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
- float.h fp.h frame.h \
+ float.h frame.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
Home |
Main Index |
Thread Index |
Old Index