From: Stephan Hoffmann <sho@relinux.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Clean kernel when "make linux-clean" is called
Date: Thu, 31 Jan 2013 17:41:14 +0100 [thread overview]
Message-ID: <510A9EAA.5050907@relinux.de> (raw)
In-Reply-To: <1354886413-28939-1-git-send-email-sho@relinux.de>
ping
Am 07.12.2012 14:20, schrieb Stephan Hoffmann:
> When "make linux-clean" is typed one expects that the kernel tree
> gets cleaned. Before this patch, only the stamp files had been
> removed.
>
> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
> ---
> linux/linux.mk | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/linux/linux.mk b/linux/linux.mk
> index c4bdf90..e517d1d 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -221,6 +221,9 @@ define LINUX_BUILD_CMDS
> $(LINUX_APPEND_DTB)
> endef
>
> +define LINUX_CLEAN_CMDS
> + $(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) clean
> +endef
>
> ifeq ($(BR2_LINUX_KERNEL_INSTALL_TARGET),y)
> define LINUX_INSTALL_KERNEL_IMAGE_TO_TARGET
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
next prev parent reply other threads:[~2013-01-31 16:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 14:20 [Buildroot] [PATCH] Clean kernel when "make linux-clean" is called Stephan Hoffmann
2012-08-27 19:06 ` Thomas Petazzoni
2012-12-07 13:20 ` Stephan Hoffmann
2013-01-31 16:41 ` Stephan Hoffmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-28 8:17 Stephan Hoffmann
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=510A9EAA.5050907@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