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 Make sure to print proper bootpr...



details:   https://anonhg.NetBSD.org/src/rev/3cf06e52445e
branches:  trunk
changeset: 783812:3cf06e52445e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 09 16:28:41 2013 +0000

description:
Make sure to print proper bootprog name in banner.

diffstat:

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

diffs (27 lines):

diff -r 66da9dea4a9b -r 3cf06e52445e sys/arch/luna68k/stand/boot/Makefile
--- a/sys/arch/luna68k/stand/boot/Makefile      Wed Jan 09 13:23:20 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/Makefile      Wed Jan 09 16:28:41 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2013/01/05 17:44:24 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.2 2013/01/09 16:28:41 tsutsui Exp $
 #      @(#)Makefile    8.2 (Berkeley) 8/15/93
 
 NOMAN= # defined
@@ -47,6 +47,8 @@
 
 PROG=   boot
 
+NEWVERSWHAT=   "${PROG}"
+
 SRCS+=          vers.c
 CLEANFILES+=    vers.c
 
@@ -68,7 +70,7 @@
 .PHONY: vers.c
 vers.c: ${.CURDIR}/version
        ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
-           ${.CURDIR}/version "${MACHINE}"
+           ${.CURDIR}/version ${MACHINE} ${NEWVERSWHAT}
 
 ${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
        ${LD} ${LINKFORMAT} -x -o ${PROG}.elf ${OBJS} ${LIBS}



Home | Main Index | Thread Index | Old Index