[Buildroot] [PATCH] Makefile: remove toolchainfile.cmake on 'make clean'

Peter Korsgaard jacmet at uclibc.org
Sat Feb 25 22:20:08 UTC 2012


>>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:

 Sven> Signed-off-by: Sven Neumann <s.neumann at 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


More information about the buildroot mailing list