Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand Missed this one in yesterday's bootlo...
details: https://anonhg.NetBSD.org/src/rev/aa8027202e9b
branches: trunk
changeset: 500194:aa8027202e9b
user: scw <scw%NetBSD.org@localhost>
date: Thu Dec 07 21:37:51 2000 +0000
description:
Missed this one in yesterday's bootloader commits:
Change BUGCRT from bugcrt.o to bugstart.o.
diffstat:
sys/arch/mvme68k/stand/Makefile.booters | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 7a9a5ba0cc7d -r aa8027202e9b sys/arch/mvme68k/stand/Makefile.booters
--- a/sys/arch/mvme68k/stand/Makefile.booters Thu Dec 07 21:30:07 2000 +0000
+++ b/sys/arch/mvme68k/stand/Makefile.booters Thu Dec 07 21:37:51 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.5 2000/12/04 21:25:57 scw Exp $
+# $NetBSD: Makefile.booters,v 1.6 2000/12/07 21:37:51 scw Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
@@ -78,12 +78,12 @@
@echo making sure the libbug is up to date...
@(cd ${LIB_BUG_DIR}; ${MAKE})
-BUGCRT=${LIBBUG_DIR}/bugcrt.o
+BUGCRT=${LIBBUG_DIR}/bugstart.o
.PHONY: ${BUGCRT}
$(BUGCRT):
@echo making sure the bugcrt is up to date...
- @(cd ${LIB_BUG_DIR}; ${MAKE} bugcrt.o)
+ @(cd ${LIB_BUG_DIR}; ${MAKE} bugstart.o)
WRTVID_BOOT_DIR= ${.CURDIR}/../wrtvid
WRTVID_DIR!=cd ${WRTVID_BOOT_DIR}; \
Home |
Main Index |
Thread Index |
Old Index