* [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean'
@ 2012-02-20 16:11 Sven Neumann
2012-02-25 22:20 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Sven Neumann @ 2012-02-20 16:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 428084b..25bb8f2 100644
--- a/Makefile
+++ b/Makefile
@@ -626,7 +626,8 @@ endif
clean:
rm -rf $(STAGING_DIR) $(TARGET_DIR) $(BINARIES_DIR) $(HOST_DIR) \
- $(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) $(BASE_DIR)/staging
+ $(STAMP_DIR) $(BUILD_DIR) $(TOOLCHAIN_DIR) \
+ $(BASE_DIR)/staging $(BASE_DIR)/toolchainfile.cmake
distclean: clean
ifeq ($(DL_DIR),$(TOPDIR)/dl)
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean'
2012-02-20 16:11 [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean' Sven Neumann
@ 2012-02-25 22:20 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-02-25 22:20 UTC (permalink / raw)
To: buildroot
>>>>> "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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-25 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 16:11 [Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean' Sven Neumann
2012-02-25 22:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox