projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix kmod-usb-hid package build
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
9a64188
..
c3fc01c
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-58,6
+58,9
@@
install:
IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
done || true \
)
IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
done || true \
)
+ @-find $(BUILD_DIR)/root -name CVS | $(XARGS) rm -rf
+ @-find $(BUILD_DIR)/root -name .svn | $(XARGS) rm -rf
+ @-find $(BUILD_DIR)/root -name '.#*' | $(XARGS) rm -f
index: $(PACKAGE_DIR)/Packages
index: $(PACKAGE_DIR)/Packages
This page took
0.022717 seconds
and
4
git commands to generate.