release.9 for ia64 cannot be currently cross-built -- gpt(8)

is built on ia64 only.
This commit is contained in:
Ruslan Ermilov 2002-11-12 17:51:02 +00:00
parent a6f8d995f3
commit 0a2fffbeca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106819

View File

@ -627,6 +627,7 @@ release.8:
#
release.9:
.if ${TARGET_ARCH} != "ia64" || ${TARGET_ARCH} == ${MACHINE_ARCH}
rm -rf ${RD}/mfsfd
mkdir ${RD}/mfsfd
cd ${RD}/mfsfd && \
@ -730,6 +731,7 @@ release.9:
.endif
@rm mfsroot mfsroot.gz
@echo "Regular and MFS boot floppies made."
.endif
touch release.9
#