Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/stand/zboot Don't use ${MACHINE} but zaurus ...



details:   https://anonhg.NetBSD.org/src/rev/47fe01e9c707
branches:  trunk
changeset: 801995:47fe01e9c707
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 27 03:17:21 2014 +0000

description:
Don't use ${MACHINE} but zaurus instead.

diffstat:

 sys/arch/zaurus/stand/zboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d98f6bb2bd1e -r 47fe01e9c707 sys/arch/zaurus/stand/zboot/Makefile
--- a/sys/arch/zaurus/stand/zboot/Makefile      Wed Aug 27 00:18:25 2014 +0000
+++ b/sys/arch/zaurus/stand/zboot/Makefile      Wed Aug 27 03:17:21 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2014/01/12 15:26:31 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.17 2014/08/27 03:17:21 matt Exp $
 
 PROG=          zboot
 
@@ -61,7 +61,7 @@
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${VERSIONFILE}
        ${_MKTARGET_LINK}
        ${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
-           ${VERSIONFILE} ${MACHINE} ${NEWVERSWHAT}
+           ${VERSIONFILE} zaurus ${NEWVERSWHAT}
        ${CC} ${CFLAGS} ${CPPFLAGS} -c vers.c
        ${LD} ${LDFLAGS} -o ${PROG} ${OBJS} vers.o ${LIBSA} ${LIBZ} ${LIBKERN}
 



Home | Main Index | Thread Index | Old Index