aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>1999-11-18 11:26:45 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>1999-11-18 11:26:45 +0000
commitf3335fa93f3b4c1eee11e8ea4b7600ffdaab1e0f (patch)
treee04f063b0ba1fea332b1b71f6885446bcf4f8bed /sys/conf/Makefile.pc98
parent592b1c00b57a3c3eff44202ac097c0f4dce13f52 (diff)
downloadsrc-f3335fa93f3b4c1eee11e8ea4b7600ffdaab1e0f.tar.gz
src-f3335fa93f3b4c1eee11e8ea4b7600ffdaab1e0f.zip
Sync with sys/i386/conf/Makefile.i386 revision up to 1.163.
Notes
Notes: svn path=/head/; revision=53371
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc9812
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index d2b3351e8d76..dfce1927969f 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -235,7 +235,7 @@ tags:
install install.debug:
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
- echo "You must first build a kernel first." ; \
+ echo "You must build a kernel first." ; \
exit 1 ; \
fi
.if exists(${DESTDIR}/${KERNEL})
@@ -284,11 +284,13 @@ vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src
vnode_if.o:
${NORMAL_C}
-.if exists($S/../share/mk)
-.include "$S/../share/mk/bsd.kern.mk"
-.else
+# Commented out for now pending a better solution.
+# How do we pick up compiler version specific flags??
+#.if exists($S/../share/mk)
+#.include "$S/../share/mk/bsd.kern.mk"
+#.else
.include <bsd.kern.mk>
-.endif
+#.endif
%RULES