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
2
Makefile
2
Makefile
@ -1795,7 +1795,7 @@ distclean: mrproper
|
|||||||
-o -name '.*.rej' -o -name '*%' -o -name 'core' \
|
-o -name '.*.rej' -o -name '*%' -o -name 'core' \
|
||||||
-o -name '*.pyc' \) \
|
-o -name '*.pyc' \) \
|
||||||
-type f -print | xargs rm -f
|
-type f -print | xargs rm -f
|
||||||
@rm -f boards.cfg
|
@rm -f boards.cfg CHANGELOG
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
F=`basename $(srctree)` ; cd .. ; \
|
F=`basename $(srctree)` ; cd .. ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user