summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-12-14 22:36:56 +0000
committerimp <imp@FreeBSD.org>2002-12-14 22:36:56 +0000
commit1c0c8df0fd024a2662e15f2aef5b19c4f1bfdf78 (patch)
tree742c24b7a5175c4f380738564b2c6dc89f9041bf /Makefile
parenta1891f1f745589fb165ed4aa2a1b885742f10b6b (diff)
downloadFreeBSD-src-1c0c8df0fd024a2662e15f2aef5b19c4f1bfdf78.zip
FreeBSD-src-1c0c8df0fd024a2662e15f2aef5b19c4f1bfdf78.tar.gz
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 :-(
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
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]*
OpenPOWER on IntegriCloud