Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/3b960aca986b
branches:  trunk
changeset: 781052:3b960aca986b
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 16 16:23:32 2012 +0000

description:
Add ${_MKTARGET_LINK}

diffstat:

 sys/arch/acorn26/stand/Makefile.buildboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dad71669f9a5 -r 3b960aca986b sys/arch/acorn26/stand/Makefile.buildboot
--- a/sys/arch/acorn26/stand/Makefile.buildboot Thu Aug 16 13:34:10 2012 +0000
+++ b/sys/arch/acorn26/stand/Makefile.buildboot Thu Aug 16 16:23:32 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.12 2011/01/22 19:19:14 joerg Exp $
+#      $NetBSD: Makefile.buildboot,v 1.13 2012/08/16 16:23:32 matt Exp $
 
 S?=    ${.CURDIR}/../../../..
 
@@ -73,6 +73,7 @@
 LINKFLAGS=-N
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBRISCOS}
+       ${_MKTARGET_LINK}
        ${LD} -o ${.TARGET} ${LINKFLAGS} -Ttext ${RELOC} ${OBJS} \
            ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBRISCOS} ${LIBSA}
        ${SIZE} ${.TARGET}



Home | Main Index | Thread Index | Old Index