Build kernels for pc98 just like the other platforms. Also, remove
one space to make the dates line up for easy mental math. # Too bad only i386 and pc98 are the only parts of the universe # currently buildable on my box :-(
This commit is contained in:
parent
c558268681
commit
c6222fce4b
11
Makefile
11
Makefile
@ -223,11 +223,20 @@ universe:
|
||||
cd ${.CURDIR} && make buildkernels TARGET_ARCH=${arch} JFLAG="${JFLAG}"
|
||||
@printf ">> ${arch} ended on `LC_ALL=C date`\n"
|
||||
.endfor
|
||||
@printf ">> pc98 started on `LC_ALL=C date`\n"
|
||||
-cd ${.CURDIR} && make buildworld TARGET=pc98 TARGET_ARCH=i386 \
|
||||
__MAKE_CONF=/dev/null \
|
||||
> _.pc98.buildworld 2>&1
|
||||
@printf ">> pc98 buildworld ended on `LC_ALL=C date`\n"
|
||||
.if exists(${.CURDIR}/sys/pc98/conf/NOTES)
|
||||
-cd ${.CURDIR}/sys/pc98/conf && make LINT \
|
||||
> _.pc98.makeLINT 2>&1
|
||||
.endif
|
||||
cd ${.CURDIR} && make buildkernels TARGET=pc98 TARGET_ARCH=i386 \
|
||||
JFLAG="${JFLAG}"
|
||||
@printf ">> pc98 ended on `LC_ALL=C date`\n"
|
||||
@echo "--------------------------------------------------------------"
|
||||
@printf ">>> make universe completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
||||
@printf ">>> make universe completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
||||
KERNCONFS != echo ${.CURDIR}/sys/${TARGET_ARCH}/conf/[A-Z]*
|
||||
|
Loading…
Reference in New Issue
Block a user