Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand make sure the ./machine link is created ...



details:   https://anonhg.NetBSD.org/src/rev/ea2932029ba7
branches:  trunk
changeset: 472891:ea2932029ba7
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue May 11 19:43:09 1999 +0000

description:
make sure the ./machine link is created early enough for specific targets,
fixes PR port-i386/7553 by David Rankin <drankin%bohemians.lexington.ky.us@localhost>

diffstat:

 sys/arch/i386/stand/Makefile.booters |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e39c5da78c25 -r ea2932029ba7 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Tue May 11 19:14:50 1999 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Tue May 11 19:43:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.22 1999/04/28 09:13:51 christos Exp $
+#      $NetBSD: Makefile.booters,v 1.23 1999/05/11 19:43:09 drochner Exp $
 
 BINDIR= /usr/mdec
 STRIPFLAG=
@@ -27,6 +27,8 @@
        -rm -f $@
        ln -s $S/arch/i386/include $@
 
+${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART}: ${.OBJDIR}/machine
+
 ### find out what to use for libkern
 KERN_AS=       library
 .include "${S}/lib/libkern/Makefile.inc"



Home | Main Index | Thread Index | Old Index