summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-01 09:58:50 +0000
committerphk <phk@FreeBSD.org>2002-10-01 09:58:50 +0000
commit914ded83467a7fda09630212a8ee0adb571463e3 (patch)
tree4f823d3ae2e770a20cd3ff770917b5b7bf893886 /Makefile
parent508be2d5581de2e2899aa246784c749b9e4ab9d9 (diff)
downloadFreeBSD-src-914ded83467a7fda09630212a8ee0adb571463e3.zip
FreeBSD-src-914ded83467a7fda09630212a8ee0adb571463e3.tar.gz
Add pc98 to universe target.
Remember about /usr/obj and look for conf/NOTES in the right place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13116c2..54b1262 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}"
OpenPOWER on IntegriCloud