From b3f8e7da819c8ac465e7f736750c377cabda3656 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 9 Feb 2014 15:29:26 +0100 Subject: [PATCH] Small changes in Makefile --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 -- 2.25.1