Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/vax/boot/boot Pullup rev 1.31 (requested by jk...



details:   https://anonhg.NetBSD.org/src/rev/a645660a2add
branches:  netbsd-1-6
changeset: 530194:a645660a2add
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Mar 23 01:29:25 2003 +0000

description:
Pullup rev 1.31 (requested by jklos in ticket #1227)
 Bring back START=start, otherwise booting via real VMB don't work.

diffstat:

 sys/arch/vax/boot/boot/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 871f07a078fb -r a645660a2add sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Fri Mar 21 12:24:07 2003 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Sun Mar 23 01:29:25 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27.4.2 2003/01/26 10:07:42 jmc Exp $
+#      $NetBSD: Makefile,v 1.27.4.3 2003/03/23 01:29:25 jmc Exp $
 
 S=     ${.CURDIR}/../../../..
 NOMAN= # defined
@@ -45,8 +45,11 @@
 CLEANFILES+= machine ${MACHINE_ARCH}
 .endif
 
-
+.if ${OBJECT_FMT} == "ELF"
+START=start
+.else
 START=nisse
+.endif
 
 .PHONY: vers.c
 vers.c: ${.CURDIR}/version



Home | Main Index | Thread Index | Old Index