projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0a617
)
u-boot: clean: also remove mkimage from staging_dir
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Apr 2008 13:03:47 +0000
(13:03 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Apr 2008 13:03:47 +0000
(13:03 -0000)
target/u-boot/Makefile.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Makefile.in
b/target/u-boot/Makefile.in
index 8d9b6e6a6ca2973f27ec4f17f534e24ca4486ee4..ba30884c97bb5365da6f2e3319c91ad62e7e879a 100644
(file)
--- a/
target/u-boot/Makefile.in
+++ b/
target/u-boot/Makefile.in
@@
-117,6
+117,7
@@
u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN)
u-boot-clean:
-$(MAKE) -C $(U_BOOT_DIR) clean
+ rm -f $(STAGING_DIR)/usr/bin/$(U_BOOT_TOOLS_BIN)
u-boot-dirclean:
rm -rf $(U_BOOT_DIR)