Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand/boot Add ${_MKTARGET_LINK}



details:   https://anonhg.NetBSD.org/src/rev/dcf4ee55777b
branches:  trunk
changeset: 781328:dcf4ee55777b
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 01 00:29:00 2012 +0000

description:
Add ${_MKTARGET_LINK}

diffstat:

 sys/arch/bebox/stand/boot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 04e7d735765c -r dcf4ee55777b sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile        Sat Sep 01 00:28:12 2012 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile        Sat Sep 01 00:29:00 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2011/01/22 19:19:16 joerg Exp $
+#      $NetBSD: Makefile,v 1.32 2012/09/01 00:29:00 matt Exp $
 
 NOMAN= # defined
 
@@ -78,6 +78,7 @@
            ${.CURDIR}/../boot/version "bebox" ${NEWVERSWHAT}
 
 ${PROG}: ${OBJS} ${LIBS}
+       ${_MKTARGET_LINK}
        ${LD} -o ${PROG}.elf -N -T ${.CURDIR}/../boot/ld.script \
                -Ttext ${RELOC} ${OBJS} ${LIBS}
        ${STRIP} -o ${PROG} ${PROG}.elf



Home | Main Index | Thread Index | Old Index