projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix network hotplug scripts for 2.6
[openwrt.git]
/
package
/
strace
/
Makefile
diff --git
a/package/strace/Makefile
b/package/strace/Makefile
index
89c36f7
..
000334d
100644
(file)
--- a/
package/strace/Makefile
+++ b/
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.020638 seconds
and
4
git commands to generate.