Use ${TARGET_ARCH} for ia64 tests.

This commit is contained in:
Ruslan Ermilov 2002-11-05 09:30:38 +00:00
parent 654684338d
commit 73824f6bc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106448

View File

@ -661,7 +661,7 @@ release.9:
.endif
-test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
@mkdir -p ${RD}/mfsfd/boot
.if ${TARGET} != "ia64"
.if ${TARGET_ARCH} != "ia64"
@cp ${RD}/trees/base/boot/boot* ${RD}/mfsfd/boot
.endif
.if ${TARGET} == "i386"
@ -1012,7 +1012,7 @@ doMFSKERN:
@mkdir -p ${RD}/image.${FSIMAGE}/boot
.if ${TARGET} == "i386"
@kgzip -vo ${RD}/image.${FSIMAGE}/boot/loader ${RD}/trees/base/boot/loader
.elif ${TARGET} == "ia64"
.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