From 1c0c8df0fd024a2662e15f2aef5b19c4f1bfdf78 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 14 Dec 2002 22:36:56 +0000 Subject: 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 :-( --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 209dda7..c5d14a5 100644 --- a/Makefile +++ b/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]* -- cgit v1.1