Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2012 01:17:51 +0300
From:      Eugen Konkov <kes-kes@yandex.ru>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re[2]: what 'M' is meaning?
Message-ID:  <678325145.20120531011751@yandex.ru>
In-Reply-To: <4FC68C2A.9080804@FreeBSD.org>
References:  <8804565.20120530225928@yandex.ru> <4FC68C2A.9080804@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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-kes@yandex.ru




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?678325145.20120531011751>