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 Pull up revision 1.29 (requested...



details:   https://anonhg.NetBSD.org/src/rev/599006c63041
branches:  netbsd-1-6
changeset: 529727:599006c63041
user:      he <he%NetBSD.org@localhost>
date:      Wed Dec 11 17:28:43 2002 +0000

description:
Pull up revision 1.29 (requested by thorpej in ticket #963):
  Set the entry point to 0 for the ELF case as well.

diffstat:

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

diffs (21 lines):

diff -r a7cccf0576d0 -r 599006c63041 sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Wed Dec 11 17:26:29 2002 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Wed Dec 11 17:28:43 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2002/04/07 07:00:25 matt Exp $
+#      $NetBSD: Makefile,v 1.27.4.1 2002/12/11 17:28:43 he Exp $
 
 S=     ${.CURDIR}/../../../..
 NOMAN= # defined
@@ -43,11 +43,7 @@
 .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