Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/stand/boot remove the goofy hack to have the ...
details: https://anonhg.NetBSD.org/src/rev/1cc00f251d56
branches: trunk
changeset: 539866:1cc00f251d56
user: chs <chs%NetBSD.org@localhost>
date: Thu Nov 28 06:03:25 2002 +0000
description:
remove the goofy hack to have the target be the LIF file,
just build the boot program with this Makefile.
diffstat:
sys/arch/hp700/stand/boot/Makefile | 33 +++++----------------------------
1 files changed, 5 insertions(+), 28 deletions(-)
diffs (43 lines):
diff -r 5b2c1fde830e -r 1cc00f251d56 sys/arch/hp700/stand/boot/Makefile
--- a/sys/arch/hp700/stand/boot/Makefile Thu Nov 28 06:01:00 2002 +0000
+++ b/sys/arch/hp700/stand/boot/Makefile Thu Nov 28 06:03:25 2002 +0000
@@ -1,34 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2002/06/06 19:48:11 fredette Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/28 06:03:25 chs Exp $
# $OpenBSD: Makefile,v 1.10 2000/05/31 19:56:51 mickey Exp $
-PROGAOUT= boot
-PROGSOURCE= srt0.S boot.c conf.c tgets.c
-NEWVERSWHAT= "LIF Boot"
-
-CLEANFILES+= boot.gdb boot.map boot.lif bsd
-
-#all: boot.lif
+PROG= boot
+PROGSOURCE= srt0.S boot.c conf.c tgets.c
+NEWVERSWHAT= "LIF Boot"
-# enable this when SHEPHERD dies
-#.if exists(${.CURDIR}/../../compile/DISKLESS/bsd)
-#bsd: ${.CURDIR}/../../compile/DISKLESS/bsd
-# gzip -9 -c ${.CURDIR}/../../compile/DISKLESS/bsd > bsd
-#ADDBOOT+=bsd
-#.endif
-
-.if exists(${.CURDIR}/../../compile/SHEPHERD_PIE/bsd)
-bsd: ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd
- gzip -9 -c ${.CURDIR}/../../compile/SHEPHERD_PIE/bsd > bsd
-ADDBOOT+=bsd
-.endif
-
-.if 0
-# probably we should check for 256k limit for ISL
-boot.lif: ${PROG} ${ADDBOOT}
- -@cp ${PROG} ${PROG}.gdb
- ${STRIP} ${PROG}
- ${MKBOOT} -v ${PROG} ${ADDBOOT} boot.lif
-.endif
+CLEANFILES+= boot.gdb boot.map
.include "../Makefile.buildboot"
Home |
Main Index |
Thread Index |
Old Index