Hi, Matthew.
MS> On 30/05/2012 20:59, Eugen Konkov wrote:
>> Hi, Freebsd-questions.
>> 
>> 8.3-STABLE #8 r236325M
>> 
>> what does 'M' in revision number mean?

MS> That you have local, uncommitted modifications to the /usr/src tree you
MS> compiled from.  Try 'svn diff'

MS>         Cheers,

MS>         Matthew

oh, yes, I have local modifications. I have removed that modules,
because of
make installkernel fail with 'no such file or directory'
despite on 'geom_part_ldm.ko' compiled successfully and exists
such situation and with others commeted.

Thank you.


Index: sys/modules/Makefile
===================================================================
--- sys/modules/Makefile        (revision 236325)
+++ sys/modules/Makefile        (working copy)
@@ -315,8 +315,6 @@
        vr \
        vte \
        vx \
-       wb \
-       ${_wbwd} \
        ${_wi} \
        wlan \
        wlan_acl \
Index: sys/modules/ralfw/Makefile
===================================================================
--- sys/modules/ralfw/Makefile  (revision 236325)
+++ sys/modules/ralfw/Makefile  (working copy)
@@ -1,5 +1,6 @@
 # $FreeBSD$

-SUBDIR=        rt2561 rt2561s rt2661 rt2860
+SUBDIR=        rt2561 rt2561s rt2661
+# rt2860

 .include <bsd.subdir.mk>
Index: sys/modules/geom/geom_part/Makefile
===================================================================
--- sys/modules/geom/geom_part/Makefile (revision 236325)
+++ sys/modules/geom/geom_part/Makefile (working copy)
@@ -4,7 +4,6 @@
        geom_part_bsd \
        geom_part_ebr \
        geom_part_gpt \
-       geom_part_ldm \
        geom_part_mbr \
        geom_part_pc98 \
        geom_part_vtoc8



-- 
С уважением,
 Eugen                          mailto:kes-...@yandex.ru

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to