svn commit: r266743 - head/sys/modules/geom
Andrey V. Elsukov
ae at FreeBSD.org
Tue May 27 10:21:49 UTC 2014
Author: ae
Date: Tue May 27 10:21:49 2014
New Revision: 266743
URL: http://svnweb.freebsd.org/changeset/base/266743
Log:
Disconnect the following geom classes from the kernel modules build:
BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. They all have a modern
replacement. Also it is still possible build them manually.
Discussed with: geom
Modified:
head/sys/modules/geom/Makefile
Modified: head/sys/modules/geom/Makefile
==============================================================================
--- head/sys/modules/geom/Makefile Tue May 27 10:12:16 2014 (r266742)
+++ head/sys/modules/geom/Makefile Tue May 27 10:21:49 2014 (r266743)
@@ -1,34 +1,28 @@
# $FreeBSD$
SUBDIR= geom_bde \
- geom_bsd \
geom_cache \
geom_ccd \
geom_concat \
geom_eli \
- geom_fox \
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
- geom_mbr \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
geom_part \
- geom_pc98 \
geom_raid \
geom_raid3 \
geom_sched \
geom_shsec \
geom_stripe \
- geom_sunlabel \
geom_uncompress \
geom_uzip \
geom_vinum \
geom_virstor \
- geom_vol_ffs \
geom_zero
.include <bsd.subdir.mk>
More information about the svn-src-all
mailing list