aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-29 01:48:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-29 01:48:06 +0000
commit2755dd71005342f41094c5293cb5a29de7522c9e (patch)
treed92386ab2bf6931cc82a4dbba64a3100056d75ab /sys/boot
parent9a03de4cd894a9dbfac93cfd0a39cd39318ec872 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/common/Makefile.common8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common
index ccfbbdc142f4..72f8be27d731 100644
--- a/sys/boot/alpha/common/Makefile.common
+++ b/sys/boot/alpha/common/Makefile.common
@@ -40,7 +40,7 @@ CRT= start.o
STRIP=
BINDIR?= /boot
-all: ${BASE} ${.OBJDIR}/loader.4th
+all: ${BASE}
vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
@@ -59,10 +59,6 @@ CLEANFILES+= ${BASE}.help
${BASE}.help: help.common help.alpha
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
-CLEANFILES+= ${.OBJDIR}/loader.4th
-${.OBJDIR}/loader.4th: ${.CURDIR}/../../forth/loader.4th
- grep -v 'dict' ${.ALLSRC} > ${.TARGET}
-
beforeinstall:
.if exists(${DESTDIR}/boot/${BASE})
mv ${DESTDIR}/boot/${BASE} ${DESTDIR}/boot/${BASE}.old
@@ -81,7 +77,7 @@ beforeinstall:
${.CURDIR}/../../forth/loader.rc ${DESTDIR}/boot
.endif
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.OBJDIR}/loader.4th ${DESTDIR}/boot
+ ${.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 \