aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-02 13:52:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-02 13:52:36 +0000
commit11c1066016c8230b80a84d9525cba5fcc86d80c1 (patch)
treeb49f684c9dcade6a7ea99fe5c82ca087951d22ae /Makefile
parentac6d1c224f403ca99230c1b17e8fdfd3f940b462 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54b1262a1556c..0f4dbbf03a61e 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 "--------------------------------------------------------------"