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 one more twist to complete ...



details:   https://anonhg.NetBSD.org/src/rev/0d9bf9deff8e
branches:  trunk
changeset: 761397:0d9bf9deff8e
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Jan 26 13:36:49 2011 +0000

description:
one more twist to complete newvers_stand.sh transition. Include timestamp
in banner.

diffstat:

 sys/arch/sandpoint/stand/altboot/Makefile |  4 ++--
 sys/arch/sandpoint/stand/altboot/main.c   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7cfba57307ca -r 0d9bf9deff8e sys/arch/sandpoint/stand/altboot/Makefile
--- a/sys/arch/sandpoint/stand/altboot/Makefile Wed Jan 26 13:14:07 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/Makefile Wed Jan 26 13:36:49 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/01/23 07:41:38 nisimura Exp $
+#      $NetBSD: Makefile,v 1.3 2011/01/26 13:36:49 nisimura Exp $
 
 S=             ${.CURDIR}/../../../..
 
@@ -53,7 +53,7 @@
 LIBSA=         ${SALIB}
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
-       ${HOST_SH} ${S}/conf/newvers_stand.sh -K ${.CURDIR}/version "sandpoint"
+       ${HOST_SH} ${S}/conf/newvers_stand.sh -KD ${.CURDIR}/version sandpoint
        ${CC} -c vers.c
        ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${PROG} \
            ${OBJS} vers.o ${LIBSA} ${LIBZ} ${LIBKERN}
diff -r 7cfba57307ca -r 0d9bf9deff8e sys/arch/sandpoint/stand/altboot/main.c
--- a/sys/arch/sandpoint/stand/altboot/main.c   Wed Jan 26 13:14:07 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/main.c   Wed Jan 26 13:36:49 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.3 2011/01/26 13:13:25 phx Exp $ */
+/* $NetBSD: main.c,v 1.4 2011/01/26 13:36:49 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@
 int module_open(struct boot_module *);
 
 void main(int, char **);
-extern char bootprog_name[], bootprog_rev[], bootprog_maker[], bootprog_date[];
+extern char bootprog_name[], bootprog_rev[];
 
 int brdtype;
 uint32_t busclock, cpuclock;



Home | Main Index | Thread Index | Old Index