Module Name: src Committed By: nisimura Date: Wed Jan 26 13:36:49 UTC 2011
Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile main.c Log Message: one more twist to complete newvers_stand.sh transition. Include timestamp in banner. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/altboot/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stand/altboot/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sandpoint/stand/altboot/Makefile diff -u src/sys/arch/sandpoint/stand/altboot/Makefile:1.2 src/sys/arch/sandpoint/stand/altboot/Makefile:1.3 --- src/sys/arch/sandpoint/stand/altboot/Makefile:1.2 Sun Jan 23 07:41:38 2011 +++ src/sys/arch/sandpoint/stand/altboot/Makefile Wed Jan 26 13:36:49 2011 @@ -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} Index: src/sys/arch/sandpoint/stand/altboot/main.c diff -u src/sys/arch/sandpoint/stand/altboot/main.c:1.3 src/sys/arch/sandpoint/stand/altboot/main.c:1.4 --- src/sys/arch/sandpoint/stand/altboot/main.c:1.3 Wed Jan 26 13:13:25 2011 +++ src/sys/arch/sandpoint/stand/altboot/main.c Wed Jan 26 13:36:49 2011 @@ -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;