Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-25 Thread Marek Vasut
Dear Tom Rini, [...] > > > make --version ? > > > > GNU Make 3.81 > > OK, found it, posting a patch now. What exactly did you find? I don't see this problem with make 3.81 . Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-25 Thread Tom Rini
On Tue, Oct 23, 2012 at 04:03:29PM -0500, Andy Fleming wrote: > On Tue, Oct 23, 2012 at 3:58 PM, Tom Rini wrote: > > On Tue, Oct 23, 2012 at 02:56:58PM -0500, Andy Fleming wrote: > >> On Tue, Oct 23, 2012 at 2:30 AM, Marek Vasut wrote: > >> > Dear Andy Fleming, > >> > > >> > [...] > >> > > >> >>

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-23 Thread Andy Fleming
On Tue, Oct 23, 2012 at 3:58 PM, Tom Rini wrote: > On Tue, Oct 23, 2012 at 02:56:58PM -0500, Andy Fleming wrote: >> On Tue, Oct 23, 2012 at 2:30 AM, Marek Vasut wrote: >> > Dear Andy Fleming, >> > >> > [...] >> > >> >> This patch makes it so that MAKEALL doesn't build silently anymore: >> >> >> >

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-23 Thread Tom Rini
On Tue, Oct 23, 2012 at 02:56:58PM -0500, Andy Fleming wrote: > On Tue, Oct 23, 2012 at 2:30 AM, Marek Vasut wrote: > > Dear Andy Fleming, > > > > [...] > > > >> This patch makes it so that MAKEALL doesn't build silently anymore: > >> > >> > >> make[1]: Entering directory `/local/afleming/u-boot/d

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-23 Thread Andy Fleming
On Tue, Oct 23, 2012 at 2:30 AM, Marek Vasut wrote: > Dear Andy Fleming, > > [...] > >> This patch makes it so that MAKEALL doesn't build silently anymore: >> >> >> make[1]: Entering directory `/local/afleming/u-boot/doc/DocBook' >> make[1]: Leaving directory `/local/afleming/u-boot/doc/DocBook' >

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-23 Thread Marek Vasut
Dear Andy Fleming, [...] > This patch makes it so that MAKEALL doesn't build silently anymore: > > > make[1]: Entering directory `/local/afleming/u-boot/doc/DocBook' > make[1]: Leaving directory `/local/afleming/u-boot/doc/DocBook' > > > Any ideas how we can fix that? I thought this was fixe

Re: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel

2012-10-22 Thread Andy Fleming
On Sat, Oct 6, 2012 at 7:04 PM, Marek Vasut wrote: > Pull slightly modified version of Documentation/DocBook, the related perl > script scripts/kernel-doc and the scripts/docproc.c from Linux kernel and > implant it into U-Boot. This will allow smooth generation of kerneldoc > style documentation.