summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-12-16 02:27:15 +0000
committermsmith <msmith@FreeBSD.org>1998-12-16 02:27:15 +0000
commitfca47ff171308d69daa82c196d31d7371432ceea (patch)
treef505ef81f0cffe1a0d2c4ff590e60a77812b3b3d
parent0a8613d749b3b222a11a4cc29524affa09ec68b2 (diff)
downloadFreeBSD-src-fca47ff171308d69daa82c196d31d7371432ceea.zip
FreeBSD-src-fca47ff171308d69daa82c196d31d7371432ceea.tar.gz
Disable build/install of boot.help until we sort out how to construct it
in the makeworld environment.
-rw-r--r--sys/boot/i386/loader/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index cb58e16..20aad0c 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1998/11/12 07:40:51 jkh Exp $
+# $Id: Makefile,v 1.20 1998/12/15 14:21:30 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -68,7 +68,7 @@ vers.o:
sh ${.CURDIR}/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
${CC} -c vers.c
-${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
+${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} # ${BASE}.help
btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \
${BASE}.bin
@@ -79,14 +79,14 @@ ${BASE}.bin: ${BASE}.sym
${BASE}.help: help.common help.i386
perl ${.CURDIR}/../../common/merge_help.pl ${.ALLSRC} > ${.TARGET}
-beforeinstall:
-.if exists(${.OBJDIR}/loader.help)
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.OBJDIR}/${BASE}.help \
- ${DESTDIR}/boot
-.else
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${BASE}.help \
- ${DESTDIR}/boot
-.endif
+#beforeinstall:
+#.if exists(${.OBJDIR}/loader.help)
+# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.OBJDIR}/${BASE}.help \
+# ${DESTDIR}/boot
+#.else
+# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${BASE}.help \
+# ${DESTDIR}/boot
+#.endif
# Cannot use ${OBJS} above this line
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud