Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/stand/altboot remove an excess echo line ...



details:   https://anonhg.NetBSD.org/src/rev/95f93183cd69
branches:  trunk
changeset: 761426:95f93183cd69
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu Jan 27 04:54:40 2011 +0000

description:
remove an excess echo line accidentally creeped in.

diffstat:

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

diffs (17 lines):

diff -r 4d64a5680325 -r 95f93183cd69 sys/arch/sandpoint/stand/altboot/Makefile
--- a/sys/arch/sandpoint/stand/altboot/Makefile Thu Jan 27 04:32:49 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/Makefile Thu Jan 27 04:54:40 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2011/01/27 04:32:49 nisimura Exp $
+#      $NetBSD: Makefile,v 1.5 2011/01/27 04:54:40 nisimura Exp $
 
 S=             ${.CURDIR}/../../../..
 
@@ -54,7 +54,6 @@
 LIBSA=         ${SALIB}
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
-       echo ${OBJS}
        ${HOST_SH} ${S}/conf/newvers_stand.sh -K \
            ${${MKREPRO} == "yes" :?:-D} ${.CURDIR}/version sandpoint
        ${CC} -c vers.c



Home | Main Index | Thread Index | Old Index