All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel
Date: Thu, 25 Oct 2012 11:50:12 -0700	[thread overview]
Message-ID: <20121025185012.GF3319@bill-the-cat> (raw)
In-Reply-To: <CAKWjMd4M8KpcChrA3KQCqFN2xR9jZQ871gDOWWBGFnt_TX3=TA@mail.gmail.com>

On Tue, Oct 23, 2012 at 04:03:29PM -0500, Andy Fleming wrote:
> On Tue, Oct 23, 2012 at 3:58 PM, Tom Rini <trini@ti.com> 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 <marex@denx.de> 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'
> >> >>
> >> >>
> >> >> Any ideas how we can fix that?
> >> >
> >> > I thought this was fixed, where do you see it?
> >> >
> >> > $ BUILD_DIR=/tmp/test ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- ./MAKEALL m28evk
> >> > Configuring for m28evk board...
> >> >    text    data     bss     dec     hex filename
> >> >  424579    7784  288876  721239   b0157 /tmp/test/u-boot
> >> >    6984     760       0    7744    1e40 /tmp/test/spl/u-boot-spl
> >>
> >>
> >> Hmm, with the latest tree I get:
> >>
> >> [afleming at right u-boot (master)]$ ./MAKEALL P2020RDB_NAND
> >> Configuring for P2020RDB_NAND - Board: P1_P2_RDB, Options: P2020RDB,NAND
> >> make[1]: Entering directory `/local/afleming/u-boot/doc/DocBook'
> >> make[1]: Leaving directory `/local/afleming/u-boot/doc/DocBook'
> >>    text    data     bss     dec     hex filename
> >>  399394   16752  267792  683938   a6fa2 ./build/P2020RDB_NAND/u-boot
> >
> > make --version ?
> 
> GNU Make 3.81

OK, found it, posting a patch now.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121025/816d4a8d/attachment.pgp>

  reply	other threads:[~2012-10-25 18:50 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-29  1:33 [U-Boot] [PATCH 0/4] Implant kernel-doc from Linux kernel Marek Vasut
2012-09-29  1:33 ` [U-Boot] [PATCH 1/4] doc: kerneldoc: Implant DocBook " Marek Vasut
2012-09-29  2:43   ` [U-Boot] [PATCH 1/4 V2] " Marek Vasut
2012-10-04 10:07     ` Albert ARIBAUD
2012-10-05  0:28       ` Marek Vasut
2012-10-05  0:35         ` Graeme Russ
2012-10-05  0:45           ` Marek Vasut
2012-10-05 18:55         ` Albert ARIBAUD
2012-10-06 23:06       ` Marek Vasut
2012-09-29  1:33 ` [U-Boot] [PATCH 2/4] doc: kerneldoc: Add nicer CSS stylesheet for HTML docs Marek Vasut
2012-09-29  1:33 ` [U-Boot] [PATCH 3/4] doc: kerneldoc: Implement "Example" section handling Marek Vasut
2012-09-29  1:33 ` [U-Boot] [PATCH 4/4] doc: kerneldoc: tmpl: Implement template for LG-arrays Marek Vasut
2012-09-30  0:21 ` [U-Boot] [PATCH 0/4 V2] Implant kernel-doc from Linux kernel Marek Vasut
2012-09-30  0:21   ` [U-Boot] [PATCH 1/4] doc: kerneldoc: Implant DocBook " Marek Vasut
2012-09-30  0:21   ` [U-Boot] [PATCH 2/4] doc: kerneldoc: Add nicer CSS stylesheet for HTML docs Marek Vasut
2012-09-30  0:21   ` [U-Boot] [PATCH 3/4] doc: kerneldoc: Implement "Example" section handling Marek Vasut
2012-09-30  0:21   ` [U-Boot] [PATCH 4/4] doc: kerneldoc: tmpl: Implement template for LG-arrays Marek Vasut
2012-10-02 18:28   ` [U-Boot] [PATCH 0/4 V2] Implant kernel-doc from Linux kernel Tom Rini
2012-10-06 23:26     ` Marek Vasut
2012-10-08 15:38       ` Tom Rini
2012-10-08 15:54         ` Marek Vasut
2012-10-09 22:35   ` Tom Rini
2012-10-09 22:37     ` Marek Vasut
2012-10-09 22:51       ` Tom Rini
2012-10-07  0:04 ` [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook " Marek Vasut
2012-10-07  0:04   ` [U-Boot] [PATCH 2/4 V3] kerneldoc: Add nicer CSS stylesheet for HTML docs Marek Vasut
2012-10-07  0:05   ` [U-Boot] [PATCH 3/4 V3] kerneldoc: Implement "Example" section handling Marek Vasut
2012-10-07  0:05   ` [U-Boot] [PATCH 4/4 V3] kerneldoc: Add myself to the git-mailrc for kerneldoc Marek Vasut
2012-10-22 21:29   ` [U-Boot] [PATCH 1/4 V3] kerneldoc: Implant DocBook from Linux kernel Andy Fleming
2012-10-23  7:30     ` Marek Vasut
2012-10-23 19:56       ` Andy Fleming
2012-10-23 20:58         ` Tom Rini
2012-10-23 21:03           ` Andy Fleming
2012-10-25 18:50             ` Tom Rini [this message]
2012-10-25 19:04               ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121025185012.GF3319@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.