git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c589dc0
)
makefile: Adjust distclean to remove .binman_stamp file
author
Magnus Damm
<damm@opensource.se>
Wed, 2 Jul 2025 13:34:05 +0000
(15:34 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 10 Jul 2025 14:41:20 +0000
(08:41 -0600)
Remove the .binman_stamp file during distclean
Signed-off-by: Magnus Damm <damm@opensource.se>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
93e9f40
..
e8f1271
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2529,7
+2529,7
@@
distclean: mrproper
-o -name '.*.rej' -o -name '*%' -o -name 'core' \
-o -name '*.pyc' \) \
-type f -print | xargs rm -f
- @rm -f boards.cfg CHANGELOG
+ @rm -f boards.cfg CHANGELOG
.binman_stamp
# See doc/develop/python_cq.rst
PHONY += pylint pylint_err