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/481b45a6721c
branches: trunk
changeset: 433685:481b45a6721c
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 7903c04c1683 -r 481b45a6721c 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