cvs commit: src UPDATING src/share/man/man4 Makefile
src/sys/modules/geom/geom_linux_lvm Makefile src/sys/conf NOTES files
options
Darren Reed
darrenr at freebsd.org
Wed Feb 20 19:51:17 UTC 2008
Andrew Thompson wrote:
> thompsa 2008-02-20 07:50:13 UTC
>
> FreeBSD src repository
>
> Modified files:
> . UPDATING
> share/man/man4 Makefile
> sys/conf NOTES files options
> Added files:
> sys/modules/geom/geom_linux_lvm Makefile
> Log:
> Rename geom_lvm(4) to geom_linux_lvm(4).
>
> Requested by: des, phk
>
> Revision Changes Path
> 1.520 +4 -0 src/UPDATING
> 1.409 +1 -1 src/share/man/man4/Makefile
> 1.1467 +1 -1 src/sys/conf/NOTES
> 1.1269 +1 -1 src/sys/conf/files
> 1.618 +1 -1 src/sys/conf/options
> 1.1 +8 -0 src/sys/modules/geom/geom_linux_lvm/Makefile (new)
>
When I try to do a "make buildkernel", I see this:
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE
-DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq
-I/usr/obj/source/local/20022008/sys/GENERIC
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ext2fs.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_iso9660.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_msdosfs.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ntfs.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_reiserfs.c
/source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ufs.c
===> geom/geom_lvm (depend)
@ -> /source/local/20022008/sys
machine -> /source/local/20022008/sys/i386/include
make: don't know how to make g_lvm.c. Stop
*** Error code 2
Related?
Darren
More information about the cvs-src
mailing list