Re: [REVIEW for merge] kbuild updates including silence of section mismatch check

2008-02-06 Thread Sam Ravnborg
On Tue, Feb 05, 2008 at 11:38:49AM +0100, Geert Uytterhoeven wrote: > On Sat, 2 Feb 2008, Sam Ravnborg wrote: > > The most visible change is that I have made all the section mismatch > > go away and in the end of the build modpost report the number > > of section mismatch warnings and how to see de

Re: [REVIEW for merge] kbuild updates including silence of section mismatch check

2008-02-05 Thread Geert Uytterhoeven
On Sat, 2 Feb 2008, Sam Ravnborg wrote: > The most visible change is that I have made all the section mismatch > go away and in the end of the build modpost report the number > of section mismatch warnings and how to see detail. > > The typical output is now: > > modpost: Found 35 section mismatc

Re: [REVIEW for merge] kbuild updates including silence of section mismatch check

2008-02-02 Thread Bryan Wu
On Sat, 2008-02-02 at 22:30 +0100, Sam Ravnborg wrote: > Bryan this was from you - please comment/fix. > > Sam > > On Sat, Feb 02, 2008 at 10:25:51PM +0100, Frans Pop wrote: > > Sam Ravnborg wrote: > > > --- a/scripts/setlocalversion > > > +++ b/scripts/setlocalversion > > > @@ -45,3 +45,1

Re: [REVIEW for merge] kbuild updates including silence of section mismatch check

2008-02-02 Thread Sam Ravnborg
Bryan this was from you - please comment/fix. Sam On Sat, Feb 02, 2008 at 10:25:51PM +0100, Frans Pop wrote: > Sam Ravnborg wrote: > > --- a/scripts/setlocalversion > > +++ b/scripts/setlocalversion > > @@ -45,3 +45,18 @@ if hgid=`hg id 2>/dev/null`; then > > # All done with mercurial > >

Re: [REVIEW for merge] kbuild updates including silence of section mismatch check

2008-02-02 Thread Frans Pop
Sam Ravnborg wrote: > --- a/scripts/setlocalversion > +++ b/scripts/setlocalversion > @@ -45,3 +45,18 @@ if hgid=`hg id 2>/dev/null`; then > # All done with mercurial > exit > fi > + > +# Check for svn and a svn repo. > +if rev=`svn info 2>/dev/null | grep '^Revision' | awk '{print $NF}'` ; then >