From 41134498c4157c993891a71d8970e1b77fd14574 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 10 Jul 2000 16:52:42 +0000 Subject: Always install loader.4th, defaults/loader.conf, and support.4th instead of only doing so if loader.rc does not exist. This fixes the problem where installworld doesn't update /boot/loader.4th, resulting in device.hints not being loaded after updating past the config(8) changes, which resulted in mcclock0 not being probed, and a nice kernel panic during boot. --- sys/boot/alpha/common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/alpha') diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common index 4e7c781..52b113a 100644 --- a/sys/boot/alpha/common/Makefile.common +++ b/sys/boot/alpha/common/Makefile.common @@ -74,13 +74,13 @@ beforeinstall: .if !exists(${DESTDIR}/boot/loader.rc) ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/../../forth/loader.rc ${DESTDIR}/boot +.endif ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/../../forth/loader.4th ${DESTDIR}/boot ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/../../forth/support.4th ${DESTDIR}/boot ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/../../forth/loader.conf ${DESTDIR}/boot/defaults -.endif start.o: ${.CURDIR}/../libalpha/start.S -- cgit v1.1