From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean'
Date: Sat, 25 Feb 2012 23:20:08 +0100 [thread overview]
Message-ID: <87sjhyzhbb.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1329754296-3895-1-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Mon, 20 Feb 2012 17:11:36 +0100")
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Sven> ---
Sven> Makefile | 3 ++-
Sven> 1 files changed, 2 insertions(+), 1 deletions(-)
Sven> diff --git a/Makefile b/Makefile
Sven> index 428084b..25bb8f2 100644
Sven> --- a/Makefile
Sven> +++ b/Makefile
Sven> @@ -626,7 +626,8 @@ endif
Sven> clean:
Sven> rm -rf $(STAGING_DIR) $(TARGET_DIR) $(BINARIES_DIR) $(HOST_DIR) \
Sven> - $(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) $(BASE_DIR)/staging
Sven> + $(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) \
Sven> + $(BASE_DIR)/staging $(BASE_DIR)/toolchainfile.cmake
Thanks, but I prefer to move the file somewhere more sane as has been
discussed several times. I've just committed a patch to -next which
moves it to HOST_DIR/usr/share/buildroot, so this is no longer needed.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2012-02-25 22:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-20 16:11 [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean' Sven Neumann
2012-02-25 22:20 ` Peter Korsgaard [this message]
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=87sjhyzhbb.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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