summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 09:58:50 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 09:58:50 +0000
commit89d0989f1798f2a1e94ede3f6eb7b75c416ddbc4 (patch)
tree4f823d3ae2e770a20cd3ff770917b5b7bf893886 /Makefile
parentfce40e6ec69aeef3bdab9ef7fe264982e66b94d2 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13116c28ac0b..54b1262a1556 100644
--- a/Makefile
+++ b/Makefile
@@ -221,14 +221,14 @@ universe:
@echo "--------------------------------------------------------------"
@echo ">>> make universe started on ${STARTTIME}"
@echo "--------------------------------------------------------------"
-.for arch in i386 sparc64 alpha ia64
+.for arch in i386 sparc64 pc98 alpha ia64
@printf ">> ${arch} started on `LC_ALL=C date`\n"
-cd ${.CURDIR} && make ${JFLAG} buildworld TARGET_ARCH=${arch} \
__MAKE_CONF=/dev/null \
> _.${arch}.buildworld 2>&1
@printf ">> ${arch} buildworld ended on `LC_ALL=C date`\n"
-.if exists(sys/${arch}/conf/NOTES)
- cd ${.CURDIR}/sys/${arch}/conf && make LINT \
+.if exists(${.CURDIR}/sys/${arch}/conf/NOTES)
+ -cd ${.CURDIR}/sys/${arch}/conf && make LINT \
> _.${arch}.makeLINT 2>&1
.endif
cd ${.CURDIR} && make buildkernels TARGET_ARCH=${arch} JFLAG="${JFLAG}"