mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02: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:
committed by
Tom Rini
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 .. ; \
|
||||||
|
Reference in New Issue
Block a user