on x86, <machine/cpufunc.h> only pulls in <x86/cpufunc.h>. The latter

is not installed to userland and noone missed it, so the former ones
can not be useful either. Don't install them.
This commit is contained in:
drochner 2012-08-08 18:37:51 +00:00
parent 277ab1b54d
commit 762bde4e8a
4 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: md.amd64,v 1.173 2012/08/08 14:08:02 christos Exp $
# $NetBSD: md.amd64,v 1.174 2012/08/08 18:37:51 drochner Exp $
./usr/include/amd64 comp-c-include
./usr/include/amd64/ansi.h comp-c-include
./usr/include/amd64/aout_machdep.h comp-c-include
@ -11,7 +11,7 @@
./usr/include/amd64/byte_swap.h comp-c-include
./usr/include/amd64/cdefs.h comp-c-include
./usr/include/amd64/cpu.h comp-c-include
./usr/include/amd64/cpufunc.h comp-c-include
./usr/include/amd64/cpufunc.h comp-c-obsolete obsolete
./usr/include/amd64/disklabel.h comp-c-include
./usr/include/amd64/elf_machdep.h comp-c-include
./usr/include/amd64/endian.h comp-c-include
@ -155,7 +155,7 @@
./usr/include/i386/byte_swap.h comp-c-include
./usr/include/i386/cdefs.h comp-c-include
./usr/include/i386/cpu.h comp-c-include
./usr/include/i386/cpufunc.h comp-c-include
./usr/include/i386/cpufunc.h comp-c-obsolete obsolete
./usr/include/i386/cputypes.h comp-c-include
./usr/include/i386/disklabel.h comp-c-include
./usr/include/i386/elf_machdep.h comp-c-include

View File

@ -1,4 +1,4 @@
# $NetBSD: md.i386,v 1.125 2012/06/16 17:01:03 joerg Exp $
# $NetBSD: md.i386,v 1.126 2012/08/08 18:37:51 drochner Exp $
./usr/include/clang-3.0/avxintrin.h comp-obsolete obsolete
./usr/include/clang-3.0/avx2intrin.h comp-obsolete obsolete
./usr/include/clang-3.0/bmi2intrin.h comp-obsolete obsolete
@ -91,7 +91,7 @@
./usr/include/i386/cdefs.h comp-c-include
./usr/include/i386/conf.h comp-obsolete obsolete
./usr/include/i386/cpu.h comp-c-include
./usr/include/i386/cpufunc.h comp-c-include
./usr/include/i386/cpufunc.h comp-c-obsolete obsolete
./usr/include/i386/cputypes.h comp-c-include
./usr/include/i386/db_machdep.h comp-obsolete obsolete
./usr/include/i386/disklabel.h comp-c-include

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.13 2011/07/17 20:54:36 joerg Exp $
# $NetBSD: Makefile,v 1.14 2012/08/08 18:37:52 drochner Exp $
INCSDIR= /usr/include/amd64
INCS= ansi.h aout_machdep.h asm.h \
bootinfo.h bswap.h byte_swap.h \
cdefs.h cpu.h cpufunc.h \
cdefs.h cpu.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
float.h fpu.h frame.h frame_regs.h \

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.39 2011/07/17 20:54:41 joerg Exp $
# $NetBSD: Makefile,v 1.40 2012/08/08 18:37:52 drochner Exp $
INCSDIR= /usr/include/i386
INCS= ansi.h aout_machdep.h apmvar.h asm.h \
bioscall.h bootinfo.h bswap.h byte_swap.h \
cdefs.h cpu.h cpufunc.h cputypes.h \
cdefs.h cpu.h cputypes.h \
disklabel.h \
elf_machdep.h endian.h endian_machdep.h \
fenv.h float.h frame.h freebsd_machdep.h \