projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd1359
)
Makefile: have "make distclean" remove CHANGELOG
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 18 Jan 2019 13:41:23 +0000
(08:41 -0500)
committer
Tom Rini
<trini@konsulko.com>
Sat, 26 Jan 2019 13:13:55 +0000
(08:13 -0500)
Ensure that "make distclean" deletes an existing CHANGELOG file.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cf7b2b10bcbec5234987ed786d76692ba19f953a..06c58408fdf0e71b9ba2e17274adfb63be74ecba 100644
(file)
--- 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 .. ; \