[U-Boot] [PATCH] Makefile: have "make distclean" remove CHANGELOG

Robert P. J. Day rpjday at crashcourse.ca
Fri Jan 18 13:41:23 UTC 2019


Ensure that "make distclean" deletes an existing CHANGELOG file.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

diff --git a/Makefile b/Makefile
index 3be9fc5c34..b9e8b0952c 100644
--- a/Makefile
+++ b/Makefile
@@ -1795,7 +1795,7 @@ distclean: mrproper
 		-o -name '.*.rej' -o -name '*%' -o -name 'core' \
 		-o -name '*.pyc' \) \
 		-type f -print | xargs rm -f
-	@rm -f boards.cfg
+	@rm -f boards.cfg CHANGELOG

 backup:
 	F=`basename $(srctree)` ; cd .. ; \

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                  http://crashcourse.ca/dokuwiki

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the U-Boot mailing list