All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] docs/manual: update package-make-target.txt with more targets
Date: Thu, 27 Dec 2018 19:59:49 +0100	[thread overview]
Message-ID: <20181227185949.GS14286@scaer> (raw)
In-Reply-To: <20181227164533.21663-1-thomas.petazzoni@bootlin.com>

Thomas, All,

On 2018-12-27 17:45 +0100, Thomas Petazzoni spake thusly:
> This commit updates package-make-target.txt with a few additional
> useful per-package targets that have been added in recent times.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Sorry, but I can only review this patch if you eventually look at my
series that speeds up all those rules! ;-)

> ---
>  docs/manual/package-make-target.txt | 16 +++++++++++++++-
>  1 file changed, 15 insertions(+), 1 deletion(-)
> 
> diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
> index c91106e8e9..fd5f9e8e7f 100644
> --- a/docs/manual/package-make-target.txt
> +++ b/docs/manual/package-make-target.txt
> @@ -59,14 +59,28 @@ Additionally, there are some other useful make targets:
>  |===================================================
>  | command/target    | Description
>  
> -| +show-depends+    | Displays the dependencies required to build the
> +| +show-depends+    | Displays the first order dependencies required to build the
>  package

This should be "first-order".

> +| +show-recursive-depends+ | Recursively displays the dependencies
> +  required to build the package
> +
> +| +show-rdepends+   | Displays the first order reverse dependencies of
> +  the package (i.e packages that directly depend on it)

Ditto, "first-order".

With the two above fixed, and as a pledge of my good will, though,
please accept my foregoing review, below:

Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> +| +show-recursive-rdepends+ | Recursively displays the reverse
> +  dependencies of the package (i.e the packages that depend on it,
> +  directly or indirectly)
> +
>  | +graph-depends+   | Generate a dependency graph of the package, in the
>  context of the current Buildroot configuration. See
>  xref:graph-depends[this section] for more details about dependency
>  graphs.
>  
> +| +graph-rdepends+  | Generate a graph of this package reverse
> +  dependencies (i.e the packages that depend on it, directly or
> +  indirectly)
> +
>  | +dirclean+        | Remove the whole package build directory
>  
>  | +reinstall+       | Re-run the install commands
> -- 
> 2.20.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2018-12-27 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27 16:45 [Buildroot] [PATCH] docs/manual: update package-make-target.txt with more targets Thomas Petazzoni
2018-12-27 18:59 ` Yann E. MORIN [this message]
2019-01-28 23:34 ` Arnout Vandecappelle

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=20181227185949.GS14286@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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.