Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/stand/boot Revert previous. This boot load...



details:   https://anonhg.NetBSD.org/src/rev/bc4b92dfe030
branches:  trunk
changeset: 782535:bc4b92dfe030
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Nov 05 16:53:25 2012 +0000

description:
Revert previous.  This boot loader has its own version number,
independent of the kernel version.

diffstat:

 sys/arch/next68k/stand/boot/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f3a66323ac99 -r bc4b92dfe030 sys/arch/next68k/stand/boot/Makefile
--- a/sys/arch/next68k/stand/boot/Makefile      Mon Nov 05 15:14:34 2012 +0000
+++ b/sys/arch/next68k/stand/boot/Makefile      Mon Nov 05 16:53:25 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2012/11/04 11:12:31 apb Exp $
+#      $NetBSD: Makefile,v 1.26 2012/11/05 16:53:25 apb Exp $
 
 NOMAN= # defined
 
@@ -77,10 +77,10 @@
        ${CC} -m68040 -x assembler-with-cpp ${INCLUDES} ${DEFS} -c ${.CURDIR}/srt0.s
 
 .PHONY: build.c
-build.c: ${_NETBSD_VERSION_DEPENDS}
+build.c:
        ${HOST_SH} ${.CURDIR}/newvers.sh
 
-vers.c: version ${_NETBSD_VERSION_DEPENDS}
+vers.c: version
        ${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version "next68k"
 
 #installboot: ${.CURDIR}/installboot.sh



Home | Main Index | Thread Index | Old Index