mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
0fd1359c5a
commit
c1180aa254
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 .. ; \
|
||||
|
|
Loading…
Reference in a new issue