summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-23 08:34:50 +0000
committerphk <phk@FreeBSD.org>2004-09-23 08:34:50 +0000
commit49324bfed438d33dd53f2cce94f2f94f8eeecd78 (patch)
tree505f666f371427db5fa45687b76d7da5a4eeae66 /sys/conf/kern.post.mk
parentff7d176daf84c030b67887be36858767a4212609 (diff)
downloadFreeBSD-src-49324bfed438d33dd53f2cce94f2f94f8eeecd78.zip
FreeBSD-src-49324bfed438d33dd53f2cce94f2f94f8eeecd78.tar.gz
Per recent HEADSUP: Disconnect (old)vinum from the kernel build.
Users should move to the new geom_vinum implementation instead. The refcount logic which is being added to devices to enable safe module unloading and the buf/vm work also in progress would require a major rework of the (old)-vinum code to comply with the new semantics. The actual source files will not be removed until I have coordinated with the geomvinum people if they need any bits repo-copied etc.
Diffstat (limited to 'sys/conf/kern.post.mk')
-rw-r--r--sys/conf/kern.post.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index 4fc4964..475f700 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -59,8 +59,7 @@ install.debug reinstall.debug: gdbinit
gdbinit:
grep -v '# XXX' ${S}/../tools/debugscripts/dot.gdbinit | \
sed "s:MODPATH:${.OBJDIR}/modules:" > .gdbinit
- cp ${S}/../tools/debugscripts/gdbinit.kernel \
- ${S}/../tools/debugscripts/gdbinit.vinum ${.CURDIR}
+ cp ${S}/../tools/debugscripts/gdbinit.kernel ${.CURDIR}
.if exists(${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH})
cp ${S}/../tools/debugscripts/gdbinit.${MACHINE_ARCH} \
${.CURDIR}/gdbinit.machine
OpenPOWER on IntegriCloud