summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 13:52:36 +0000
committerphk <phk@FreeBSD.org>2002-10-02 13:52:36 +0000
commit2f634c2c49c01438953b109e73808d60957791ae (patch)
treeb49f684c9dcade6a7ea99fe5c82ca087951d22ae /Makefile
parente474e1f04df3d56ee4471959471e7f9ae34e7cb8 (diff)
downloadFreeBSD-src-2f634c2c49c01438953b109e73808d60957791ae.zip
FreeBSD-src-2f634c2c49c01438953b109e73808d60957791ae.tar.gz
PC98 is not a true architecture, but a subarchitecture of i386, so we need
to use a slightly differnt command to PC98::buildworld.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54b1262..0f4dbbf 100644
--- a/Makefile
+++ b/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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud