PC98 is not a true architecture, but a subarchitecture of i386, so we need
to use a slightly differnt command to PC98::buildworld.
This commit is contained in:
parent
e474e1f04d
commit
2f634c2c49
5
Makefile
5
Makefile
@ -221,7 +221,7 @@ universe:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> make universe started on ${STARTTIME}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.for arch in i386 sparc64 pc98 alpha ia64
|
||||
.for arch in i386 sparc64 alpha ia64
|
||||
@printf ">> ${arch} started on `LC_ALL=C date`\n"
|
||||
-cd ${.CURDIR} && make ${JFLAG} buildworld TARGET_ARCH=${arch} \
|
||||
__MAKE_CONF=/dev/null \
|
||||
@ -234,6 +234,9 @@ universe:
|
||||
cd ${.CURDIR} && make buildkernels TARGET_ARCH=${arch} JFLAG="${JFLAG}"
|
||||
@printf ">> ${arch} ended on `LC_ALL=C date`\n"
|
||||
.endfor
|
||||
-cd ${.CURDIR} && make buildworld TARGET=pc98 TARGET_ARCH=i386 \
|
||||
__MAKE_CONF=/dev/null \
|
||||
> _.pc98.buildworld 2>&1
|
||||
@echo "--------------------------------------------------------------"
|
||||
@printf ">>> make universe completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
Loading…
x
Reference in New Issue
Block a user