summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-08-03 15:06:00 +0000
committerru <ru@FreeBSD.org>2003-08-03 15:06:00 +0000
commit65cd6f125275606870ae0ec25bd137674236fef8 (patch)
tree1e8561074651a4f4bd0d95641ef5ff076fb70962 /release/Makefile
parent2b330fbdd32a0654127e7699d6c55e984d45cdde (diff)
downloadFreeBSD-src-65cd6f125275606870ae0ec25bd137674236fef8.zip
FreeBSD-src-65cd6f125275606870ae0ec25bd137674236fef8.tar.gz
- Removed vestiges of the IA64 boot floppy support.
- Fixed the bootable CD-ROM support for IA64. Reviewed by: marcel Tested by: marcel
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index e6b21a0..c3fbcfd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -249,9 +249,7 @@ CD_DISC2= ${CD}/disc2
# Where the bootstrap ports (see DOCPORTS) get installed.
LOCALDIR= /usr/local/bin
-.if exists(${.CURDIR}/${TARGET_ARCH}/doFS.sh)
-DOFS_SH= ${.CURDIR}/${TARGET_ARCH}/doFS.sh
-.elif ${TARGET} != ${MACHINE}
+.if ${TARGET} != ${MACHINE}
DOFS_SH= ${.CURDIR}/scripts/doFS.sh ${DISKLABEL} ${TARGET}
.else
DOFS_SH= ${.CURDIR}/scripts/doFS.sh ${DISKLABEL} ""
@@ -1075,8 +1073,6 @@ doMFSKERN:
.if ${TARGET} == "i386"
@${WMAKEENV} kgzip -v -l ${RD}/trees/base/usr/lib/kgzldr.o \
-o ${RD}/image.${FSIMAGE}/boot/loader ${RD}/trees/base/boot/loader
-.elif ${TARGET_ARCH} == "ia64"
- @cp ${RD}/trees/base/boot/loader.efi ${RD}/image.${FSIMAGE}/boot
.else
@cp ${RD}/trees/base/boot/loader ${RD}/image.${FSIMAGE}/boot
.endif
@@ -1092,9 +1088,7 @@ doMFSKERN:
@echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
.endif
@echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
-.if ${TARGET_ARCH} != "ia64"
@echo "set hint.acpi.0.disabled=1" >> ${RD}/image.${FSIMAGE}/boot/loader.rc
-.endif
@if [ -r ${RD}/floppies/drivers.flp ]; then \
echo "set driver_floppy=YES" >> ${RD}/image.${FSIMAGE}/boot/loader.rc; \
fi
OpenPOWER on IntegriCloud