projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix Set Tx Power error in wificonf
[openwrt.git]
/
openwrt
/
package
/
strace
/
Makefile
diff --git
a/openwrt/package/strace/Makefile
b/openwrt/package/strace/Makefile
index
89c36f7
..
000334d
100644
(file)
--- a/
openwrt/package/strace/Makefile
+++ b/
openwrt/package/strace/Makefile
@@
-56,3
+56,7
@@
$(IPKG_STRACE):
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_STRACE)/usr/sbin/
$(STRIP) $(IDIR_STRACE)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_STRACE) $(PACKAGE_DIR)
+
+mostlyclean:
+ $(MAKE) -C $(PKG_BUILD_DIR) clean
+ rm -f $(PKG_BUILD_DIR)/.built
This page took
0.018944 seconds
and
4
git commands to generate.