From: Piotr Dymacz Date: Tue, 30 Aug 2016 23:16:30 +0000 (+0200) Subject: Don't remove lzma host utility with make clean{_all} X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4015b943e4d5acdba061ffaf90da536331b82dd9;p=oweals%2Fu-boot_mod.git Don't remove lzma host utility with make clean{_all} --- diff --git a/u-boot/Makefile b/u-boot/Makefile index 5278509..404a55d 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -567,7 +567,7 @@ lzma_host_clean: @$(call echo_green,Removing lzma host utility...) @$(MAKE) -C $(BUILD_TOPDIR)/host_util/lzma -f makefile.gcc clean -clobber: lzma_host_clean clean +clobber: clean @$(call echo_green,Making $@...) @find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \