Module Name: src Committed By: apb Date: Mon Nov 5 16:53:25 UTC 2012
Modified Files: src/sys/arch/next68k/stand/boot: Makefile Log Message: Revert previous. This boot loader has its own version number, independent of the kernel version. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/next68k/stand/boot/Makefile 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/next68k/stand/boot/Makefile diff -u src/sys/arch/next68k/stand/boot/Makefile:1.25 src/sys/arch/next68k/stand/boot/Makefile:1.26 --- src/sys/arch/next68k/stand/boot/Makefile:1.25 Sun Nov 4 11:12:31 2012 +++ src/sys/arch/next68k/stand/boot/Makefile Mon Nov 5 16:53:25 2012 @@ -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 @@ srt0.o: ${.CURDIR}/srt0.s ${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