Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot Add missing link message.



details:   https://anonhg.NetBSD.org/src/rev/54a3d28abd02
branches:  trunk
changeset: 836121:54a3d28abd02
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Sep 28 03:51:34 2018 +0000

description:
Add missing link message.

diffstat:

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

diffs (17 lines):

diff -r 343e00f0407a -r 54a3d28abd02 sys/arch/luna68k/stand/boot/Makefile
--- a/sys/arch/luna68k/stand/boot/Makefile      Thu Sep 27 18:18:53 2018 +0000
+++ b/sys/arch/luna68k/stand/boot/Makefile      Fri Sep 28 03:51:34 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2017/11/12 08:24:37 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.15 2018/09/28 03:51:34 isaki Exp $
 #      @(#)Makefile    8.2 (Berkeley) 8/15/93
 
 NOMAN= # defined
@@ -78,6 +78,7 @@
 .include "${S}/conf/newvers_stand.mk"
 
 ${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
+       ${_MKTARGET_LINK}
        ${LD} ${LINKFORMAT} -x -o ${PROG}.elf ${OBJS} ${LIBS}
        ${ELF2AOUT} ${PROG}.elf ${PROG}.aout
        mv ${PROG}.aout ${PROG}



Home | Main Index | Thread Index | Old Index