Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/include Don't let loadfile_machdep.h make it t...



details:   https://anonhg.NetBSD.org/src/rev/5fca61866ea0
branches:  trunk
changeset: 477615:5fca61866ea0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 25 00:17:27 1999 +0000

description:
Don't let loadfile_machdep.h make it to /usr/include - the pmax
stand Makefiles already set up the compile environment so that
machine/loadfile_machdep.h can be found.

XXX: Not done for i386, mmeye or sparc - I can't test these at the
     moment.  It should be as simple as making a machine symlink
     pointing to .<some number of ../'s>./include in the objdir...

diffstat:

 sys/arch/pmax/include/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 70676f82dd0f -r 5fca61866ea0 sys/arch/pmax/include/Makefile
--- a/sys/arch/pmax/include/Makefile    Sun Oct 24 23:57:23 1999 +0000
+++ b/sys/arch/pmax/include/Makefile    Mon Oct 25 00:17:27 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 1999/08/30 00:51:59 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 1999/10/25 00:17:27 simonb Exp $
 
 KDIR=  /sys/arch/pmax/include
 INCSDIR= /usr/include/pmax
@@ -6,10 +6,9 @@
 INCS=  ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h bus.h cdefs.h \
        clock_machdep.h conf.h cpu.h db_machdep.h dc7085cons.h disklabel.h \
        ecoff_machdep.h elf.h elf_machdep.h endian.h fbio.h fbvar.h float.h \
-       ieee.h ieeefp.h intr.h kcore.h kdbparam.h limits.h loadfile_machdep.h \
-       locore.h mips_opcode.h param.h pcb.h pmap.h pmioctl.h proc.h \
-       profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h \
-       setjmp.h signal.h stdarg.h tc_machdep.h trap.h types.h varargs.h \
-       vmparam.h
+       ieee.h ieeefp.h intr.h kcore.h kdbparam.h limits.h locore.h \
+       mips_opcode.h param.h pcb.h pmap.h pmioctl.h proc.h profile.h psl.h \
+       pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h \
+       stdarg.h tc_machdep.h trap.h types.h varargs.h vmparam.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index