projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdce37
)
When cleaning, get rid of the binary from the filesystem area too.
author
"Steven J. Hill"
<sjhill@realitydiluted.com>
Tue, 6 Feb 2007 18:12:22 +0000
(18:12 -0000)
committer
"Steven J. Hill"
<sjhill@realitydiluted.com>
Tue, 6 Feb 2007 18:12:22 +0000
(18:12 -0000)
package/strace/strace.mk
patch
|
blob
|
history
diff --git
a/package/strace/strace.mk
b/package/strace/strace.mk
index 56e9532472d1c2a206f5d5e0ccca37139fbcd4ed..1a17db01915f87711c91ddb0f7e81048f6a2a5d6 100644
(file)
--- a/
package/strace/strace.mk
+++ b/
package/strace/strace.mk
@@
-66,6
+66,7
@@
endif
strace: uclibc $(TARGET_DIR)/usr/bin/strace
strace-clean:
+ rm -f $(TARGET_DIR)/usr/bin/strace
$(MAKE) -C $(STRACE_DIR) clean
strace-dirclean: