Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Hoffmann <sho@relinux.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 04/15] package: add <pkg>-rebuild	and	<pkg>-reconfigure
Date: Sun, 27 Nov 2011 18:49:47 +0100	[thread overview]
Message-ID: <4ED2783B.1010205@relinux.de> (raw)
In-Reply-To: <4EB3B403.4020404@relinux.de>

No interest in this?
Am 04.11.2011 10:44, schrieb Stephan Hoffmann:
> Hello all,
>
> since I needed some time to find out this feature I submit this small
> patch for the documentation
> ("make help" and manual)
>
> Hope it helps other newbies:-)
>
> Kind regards
>
> Stephan
>
>
> From 3f8c5231d8773b00ae513859e0fa39c9986342f6 Mon Sep 17 00:00:00 2001
> From: Stephan Hoffmann <sho@relinux.de>
> Date: Fri, 4 Nov 2011 10:23:58 +0100
> Subject: [PATCH] Package: add documentation for rebuild et. al.
> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
>
> ---
>  Makefile                            |    2 ++
>  docs/manual/rebuilding-packages.txt |    3 +++
>  2 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 80ca587..c05bf3f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -639,6 +639,8 @@ help:
>         @echo
>         @echo 'Build:'
>         @echo '  all                    - make world'
> +       @echo '  <package>-rebuild      - force recompile <package>'
> +       @echo '  <package>-reconfigure  - force reconfigure <package>'
>         @echo
>         @echo 'Configuration:'
>         @echo '  menuconfig             - interactive curses-based
> configurator'
> diff --git a/docs/manual/rebuilding-packages.txt
> b/docs/manual/rebuilding-packages.txt
> index 9a41a88..910afa8 100644
> --- a/docs/manual/rebuilding-packages.txt
> +++ b/docs/manual/rebuilding-packages.txt
> @@ -36,6 +36,9 @@ files are relevant:
>    Buildroot will trigger the recompilation of the package from the
>    compilation step (execution of +make+).
>  
> +The special make targets <package>-reconfigure and <package>-rebuild
> +can be used to automate this.
> +
>  For other packages, an analysis of the specific 'package.mk' file is
>  needed. For example, the zlib Makefile used to look like this (before
>  it was converted to the generic package infrastructure):


-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

  reply	other threads:[~2011-11-27 17:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-31 21:31 [Buildroot] [pull request v2] Pull request for branch for-2011.11/pkg-infra Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 01/15] package: show complete URL for external-deps Thomas Petazzoni
2011-09-17  6:31   ` Peter Korsgaard
2011-09-17  7:13     ` Thomas Petazzoni
2011-09-17  8:53       ` Peter Korsgaard
2011-08-31 21:31 ` [Buildroot] [PATCH 02/15] package: enhance infrastructure to support source dir override Thomas Petazzoni
2011-09-02 10:02   ` Arnout Vandecappelle
2011-09-02 11:21     ` Thomas Petazzoni
2011-09-02 11:45       ` Arnout Vandecappelle
2011-08-31 21:31 ` [Buildroot] [PATCH 03/15] package: add configuration option to specify a local override file Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 04/15] package: add <pkg>-rebuild and <pkg>-reconfigure Thomas Petazzoni
2011-11-04  9:44   ` Stephan Hoffmann
2011-11-27 17:49     ` Stephan Hoffmann [this message]
2011-11-28  8:12       ` Thomas Petazzoni
2011-11-28  8:46         ` Stephan Hoffmann
2011-11-28 11:10           ` Quotient Remainder
2011-11-28 12:06             ` Thomas Petazzoni
2012-04-06 16:44               ` [Buildroot] [PATCH] Add documentation for " Stephan Hoffmann
2012-04-07 17:45                 ` Peter Korsgaard
2011-08-31 21:31 ` [Buildroot] [PATCH 05/15] package: implement a 'local' site method Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 06/15] package: add helper functions to get package name and directory magically Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 07/15] package: remove useless arguments from GENTARGETS Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 08/15] package: remove useless arguments from AUTOTARGETS Thomas Petazzoni
2011-09-17  6:36   ` Peter Korsgaard
2011-09-17  7:11     ` Thomas Petazzoni
2011-09-17  8:07       ` Peter Korsgaard
2011-09-22  6:06       ` Arnout Vandecappelle
2011-08-31 21:31 ` [Buildroot] [PATCH 09/15] package: remove useless arguments from CMAKETARGETS Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 10/15] Makefile.package.in: Pass non-prefixed name as argument to GENTARGETS_INNER Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 11/15] Add support for local packages through 'file://' pseudo-protocol Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 12/15] fakeroot: remove target package Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 13/15] dhrystone: use the <pkg>_EXTRACT_CMDS mechanism Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 14/15] whetstone: " Thomas Petazzoni
2011-08-31 21:31 ` [Buildroot] [PATCH 15/15] mcookie: convert to the GENTARGETS infrastructure Thomas Petazzoni
2011-09-05 12:46 ` [Buildroot] [pull request v2] Pull request for branch for-2011.11/pkg-infra Luca Ceresoli
2011-09-05 13:02   ` Thomas Petazzoni

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=4ED2783B.1010205@relinux.de \
    --to=sho@relinux.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox