From: Piotr Dymacz Date: Sun, 9 Feb 2014 14:29:26 +0000 (+0100) Subject: Small changes in Makefile X-Git-Tag: 2014-11-19~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3f8e7da819c8ac465e7f736750c377cabda3656;p=oweals%2Fu-boot_mod.git Small changes in Makefile --- diff --git a/Makefile b/Makefile index a0f067d..f266e07 100755 --- a/Makefile +++ b/Makefile @@ -188,13 +188,10 @@ show_size: fi; clean: - @cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) clean - @rm -f $(BUILD_TOPDIR)/bin/*.bin - @rm -f $(BUILD_TOPDIR)/bin/*.md5 + @cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) distclean @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c -clean_all: - @cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) distclean +clean_all: clean + @echo Removing all binary images @rm -f $(BUILD_TOPDIR)/bin/*.bin @rm -f $(BUILD_TOPDIR)/bin/*.md5 - @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c