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

Ensure that "make distclean" deletes an existing CHANGELOG file.
Signed-off-by: Robert P. J. Day rpjday@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 .. ; \

On Fri, Jan 18, 2019 at 08:41:23AM -0500, Robert P. J. Day wrote:
Ensure that "make distclean" deletes an existing CHANGELOG file.
Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
diff --git a/Makefile b/Makefile index 3be9fc5c34..b9e8b0952c 100644
Applied to u-boot/master, thanks!
participants (2)
-
Robert P. J. Day
-
Tom Rini