Add pc98 to universe target.

Remember about /usr/obj and look for conf/NOTES in the right place.
This commit is contained in:
Poul-Henning Kamp 2002-10-01 09:58:50 +00:00
parent fce40e6ec6
commit 89d0989f17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104277

View File

@ -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}"