Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-21 Thread Andrew Morton
On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov <[EMAIL PROTECTED]> wrote: > +# get kernel version > +sub get_kernel_version() { > +my $version; > +open (FILE, $ENV{"SRCTREE"}."Makefile") || die "Can't open main kernel > Makefile: $!"; > + > +EOF: while (my $line = ) > +{ > +

Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-21 Thread Andrew Morton
On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov [EMAIL PROTECTED] wrote: +# get kernel version +sub get_kernel_version() { +my $version; +open (FILE, $ENV{SRCTREE}.Makefile) || die Can't open main kernel Makefile: $!; + +EOF: while (my $line = FILE) +{ + if ($line

Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-20 Thread Borislav Petkov
On Thu, Apr 19, 2007 at 09:21:22AM -0700, Randy Dunlap wrote: > On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov wrote: > > > A fixed version of the patch shutting up missing version warnings when > > building > > mandocs. > > http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt :: >

Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-20 Thread Borislav Petkov
On Thu, Apr 19, 2007 at 09:21:22AM -0700, Randy Dunlap wrote: On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov wrote: A fixed version of the patch shutting up missing version warnings when building mandocs. http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt :: Please include a

Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-19 Thread Randy Dunlap
On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov wrote: > A fixed version of the patch shutting up missing version warnings when > building > mandocs. http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt :: Please include a full patch description/changelog in the future. > +sub

[PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-19 Thread Borislav Petkov
A fixed version of the patch shutting up missing version warnings when building mandocs. Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]> Index: 21-rc7/scripts/kernel-doc === --- 21-rc7.orig/scripts/kernel-doc +++

[PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-19 Thread Borislav Petkov
A fixed version of the patch shutting up missing version warnings when building mandocs. Signed-off-by: Borislav Petkov [EMAIL PROTECTED] Index: 21-rc7/scripts/kernel-doc === --- 21-rc7.orig/scripts/kernel-doc +++

Re: [PATCHv2] [KERNEL-DOC] kill warnings when building mandocs

2007-04-19 Thread Randy Dunlap
On Thu, 19 Apr 2007 09:19:32 +0200 Borislav Petkov wrote: A fixed version of the patch shutting up missing version warnings when building mandocs. http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt :: Please include a full patch description/changelog in the future. +sub